forked from qt-creator/qt-creator
CMakePM: Add issue icon and tooltip description on project failure
If a project fails to load it will be displayed with a warning icon. If the CMake configuration fails and the backup configuration is restored, the project is also marked with a warning icon. Change-Id: I95ccc5d171f5b789fe317fbb1da9e13dcd81a5dd Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -78,15 +78,17 @@ public:
|
||||
bool isMultiConfig() const;
|
||||
bool usesAllCapsTargets() const;
|
||||
|
||||
int lastCMakeExitCode() const;
|
||||
|
||||
signals:
|
||||
void configurationStarted() const;
|
||||
void dataAvailable() const;
|
||||
void dataAvailable(bool restoredFromBackup) const;
|
||||
void dirty() const;
|
||||
void errorOccurred(const QString &message) const;
|
||||
|
||||
private:
|
||||
void startState();
|
||||
void endState(const Utils::FilePath &replyFilePath);
|
||||
void endState(const Utils::FilePath &replyFilePath, bool restoredFromBackup);
|
||||
void startCMakeState(const QStringList &configurationArguments);
|
||||
void cmakeFinishedState();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user