forked from qt-creator/qt-creator
CMakeProcess: Do some cleanup
1. Get rid of unused started() signal. 2. Remove lastExitCode() getter. 3. Add int exitCode arg to finished() signal. 4. Make some string variables const. Change-Id: I3e9774f64a8f34fd2be4436d766285cad1c539a3 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -69,7 +69,7 @@ private:
|
||||
void startState();
|
||||
void endState(const Utils::FilePath &replyFilePath, bool restoredFromBackup);
|
||||
void startCMakeState(const QStringList &configurationArguments);
|
||||
void cmakeFinishedState();
|
||||
void cmakeFinishedState(int exitCode);
|
||||
|
||||
void replyDirectoryHasChanged(const QString &directory) const;
|
||||
void makeBackupConfiguration(bool store);
|
||||
|
||||
Reference in New Issue
Block a user