summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/currentprojectfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfilter.h')
-rw-r--r--src/plugins/projectexplorer/currentprojectfilter.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfilter.h b/src/plugins/projectexplorer/currentprojectfilter.h
index dde8e874ef..c903e48b94 100644
--- a/src/plugins/projectexplorer/currentprojectfilter.h
+++ b/src/plugins/projectexplorer/currentprojectfilter.h
@@ -33,8 +33,8 @@
#include <coreplugin/locator/basefilefilter.h>
-#include <QMutex>
#include <QFutureInterface>
+#include <QMutex>
namespace ProjectExplorer {
@@ -57,8 +57,6 @@ private slots:
private:
Project *m_project;
- bool m_filesUpToDate;
- QMutex m_filesUpToDateMutex;
};
} // namespace Internal