forked from qt-creator/qt-creator
Actually watch all the project files of a CMake project.
And react to changes to one of them.
This commit is contained in:
@@ -139,6 +139,7 @@ private:
|
||||
ProjectExplorer::ToolChain *m_toolChain;
|
||||
ProjectExplorer::FileWatcher *m_watcher;
|
||||
bool m_insideFileChanged;
|
||||
QSet<QString> m_watchedFiles;
|
||||
};
|
||||
|
||||
class CMakeCbpParser : public QXmlStreamReader
|
||||
|
||||
Reference in New Issue
Block a user