summaryrefslogtreecommitdiff
path: root/src/plugins/regexp
diff options
context:
space:
mode:
authorAlessandro Portale <aportale@trolltech.com>2009-07-13 17:35:17 +0200
committerAlessandro Portale <aportale@trolltech.com>2009-07-13 17:35:17 +0200
commitd3f9757916d5ba10eac63ef6c42611924999c3b0 (patch)
treed3da900526161354a6c1ea76f9e66247897977d3 /src/plugins/regexp
parentf9ed6f18bce732a0b440b40cb1cb930d779660ff (diff)
downloadqt-creator-d3f9757916d5ba10eac63ef6c42611924999c3b0.tar.gz
Removing some unused semicolons after Q_UNUSED
There were both variants, with and without extra semicolon.
Diffstat (limited to 'src/plugins/regexp')
-rw-r--r--src/plugins/regexp/regexpplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/regexp/regexpplugin.cpp b/src/plugins/regexp/regexpplugin.cpp
index 5e2ef0d9a1..e77c1edae8 100644
--- a/src/plugins/regexp/regexpplugin.cpp
+++ b/src/plugins/regexp/regexpplugin.cpp
@@ -56,7 +56,7 @@ void RegExpPlugin::extensionsInitialized()
bool RegExpPlugin::initialize(const QStringList &arguments, QString *errorMessage)
{
- Q_UNUSED(arguments);
+ Q_UNUSED(arguments)
Q_UNUSED(errorMessage)
Core::ICore *core = Core::ICore::instance();
m_regexpWindow = new RegExpWindow;