Nim: Removed unused FileSystemWatcher

Change-Id: I093b1536a10e5914fbfb14fc2e954c3f07907371
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Filippo Cucchetto
2016-12-03 11:13:28 +01:00
parent e545f8a105
commit ad771f9750
2 changed files with 0 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ private:
void updateProject();
QStringList m_files;
QFileSystemWatcher m_fsWatcher;
QFutureInterface<QList<ProjectExplorer::FileNode *>> m_futureInterface;
QFutureWatcher<QList<ProjectExplorer::FileNode *>> m_futureWatcher;