forked from qt-creator/qt-creator
Nim: Removed unused FileSystemWatcher
Change-Id: I093b1536a10e5914fbfb14fc2e954c3f07907371 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user