aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/currentprojectfilter.cpp
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/projectexplorer/currentprojectfilter.cpp
parentf9ed6f18bce732a0b440b40cb1cb930d779660ff (diff)
Removing some unused semicolons after Q_UNUSED
There were both variants, with and without extra semicolon.
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfilter.cpp')
-rw-r--r--src/plugins/projectexplorer/currentprojectfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfilter.cpp b/src/plugins/projectexplorer/currentprojectfilter.cpp
index 01d98d45b6..7b60eddcc1 100644
--- a/src/plugins/projectexplorer/currentprojectfilter.cpp
+++ b/src/plugins/projectexplorer/currentprojectfilter.cpp
@@ -87,6 +87,6 @@ void CurrentProjectFilter::currentProjectChanged(ProjectExplorer::Project *proje
void CurrentProjectFilter::refresh(QFutureInterface<void> &future)
{
- Q_UNUSED(future);
+ Q_UNUSED(future)
QMetaObject::invokeMethod(this, "markFilesAsOutOfDate", Qt::BlockingQueuedConnection);
}