diff --git a/src/libs/utils/shellcommand.h b/src/libs/utils/shellcommand.h index 4a431e71142..72cf360fb24 100644 --- a/src/libs/utils/shellcommand.h +++ b/src/libs/utils/shellcommand.h @@ -124,8 +124,6 @@ public: bool hasProgressParser() const; void setProgressiveOutput(bool progressive); - void setDisableUnixTerminal(); - // This is called once per job in a thread. // When called from the UI thread it will execute fully synchronously, so no signals will // be triggered! @@ -152,6 +150,7 @@ signals: protected: virtual void addTask(QFuture &future); + void setDisableUnixTerminal(); int timeoutS() const; FilePath workDirectory(const FilePath &wd) const;