forked from qt-creator/qt-creator
Nim: workaround to project parsing loops
Nimble creates temporaries files when querying the task list for the project files. For this reason we simply exclude requesting a project reparse when the root directory changes Change-Id: I6f1af3f073b056ecb2a7273fcb3df0cb44a1b53b Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
signals:
|
||||
void finished();
|
||||
void requestReparse();
|
||||
void directoryChanged();
|
||||
void directoryChanged(const QString &path);
|
||||
void fileChanged(const QString &path);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user