aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/executorjob.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-04-11 13:40:17 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-04-15 14:18:55 +0200
commit637249a8c1ef722c5646e1ca85d516f88a1a1dc6 (patch)
tree89f8322163bb810a048e5c4e211fe69193e4cd0f /src/lib/corelib/buildgraph/executorjob.h
parentfdc392858716c390f1541430dad3bb6aefdf792e (diff)
Allow long-running commands to be canceled.
At the moment, canceling a build waits for the current command to finish, which means that a badly behaving process or piece of JavaScript code can block qbs indefinitely. Task-number: QBS-552 Change-Id: I8ac23f068dd6083905a9681097da6b970c0b646b Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/executorjob.h')
-rw-r--r--src/lib/corelib/buildgraph/executorjob.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/executorjob.h b/src/lib/corelib/buildgraph/executorjob.h
index a6e4d1674..27be8120e 100644
--- a/src/lib/corelib/buildgraph/executorjob.h
+++ b/src/lib/corelib/buildgraph/executorjob.h
@@ -59,7 +59,6 @@ public:
void setDryRun(bool enabled);
void run(Transformer *t);
void cancel();
- void waitForFinished();
signals:
void reportCommandDescription(const QString &highlight, const QString &message);