forked from qt-creator/qt-creator
ShellCommand: De-virtualize postRunCommand()
Provide runCommandFinished() signal instead. Change-Id: I7c5e7d4aa484a7248dc369880343996e18c7c4b0 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ private:
|
||||
const Utils::Environment &environment);
|
||||
|
||||
void addTask(const QFuture<void> &future);
|
||||
void postRunCommand(const Utils::FilePath &workDirectory) override;
|
||||
void postRunCommand(const Utils::FilePath &workDirectory);
|
||||
|
||||
QPointer<Core::FutureProgress> m_progress;
|
||||
bool m_preventRepositoryChanged;
|
||||
|
||||
Reference in New Issue
Block a user