forked from qt-creator/qt-creator
ProjectTree: Show parsing state of projects
Show which projects are currently parsing in the project tree. Change-Id: Ie69907a73ec7c3cf2ef40c37db620a0144178f95 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -116,7 +116,7 @@ private:
|
||||
void handleActiveBuildConfigurationChanged();
|
||||
void handleParsingStarted(const Internal::CMakeBuildConfiguration *bc);
|
||||
void handleTreeScanningFinished();
|
||||
void updateProjectData(Internal::CMakeBuildConfiguration *cmakeBc);
|
||||
void updateProjectData(Internal::CMakeBuildConfiguration *bc);
|
||||
void handleParsingError(Internal::CMakeBuildConfiguration *bc);
|
||||
void updateQmlJSCodeModel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user