forked from qt-creator/qt-creator
Revert "Utils: Replace SynchronousCommand::flags by a named bool"
This reverts commit c617632e4d9291f1b50ec0c7e1a914a6a689284e. To early, dependencies missing. Change-Id: I91433aebbaf2c04cbb212585deb3cde5f3208974 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -141,7 +141,6 @@ public:
|
||||
void setProgressiveOutput(bool progressive);
|
||||
|
||||
void setOutputProxyFactory(const std::function<OutputProxy *()> &factory);
|
||||
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
|
||||
@@ -163,6 +162,7 @@ signals:
|
||||
void terminate(); // Internal
|
||||
|
||||
protected:
|
||||
virtual unsigned processFlags() const;
|
||||
virtual void addTask(QFuture<void> &future);
|
||||
int timeoutS() const;
|
||||
QString workDirectory(const QString &wd) const;
|
||||
|
||||
Reference in New Issue
Block a user