summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2014-04-03 16:07:36 +0200
committerDaniel Teske <daniel.teske@digia.com>2014-04-04 12:02:30 +0200
commit29f95586e2bb922d79c0e731094bccc929a83f3e (patch)
treee82bc47df4901de2bbfa6ac35e5bc978160deb53 /src/plugins/projectexplorer/buildmanager.h
parent1b26e8a21b0e6e747ff5f3ec2815562a5fc6ebe8 (diff)
downloadqt-creator-29f95586e2bb922d79c0e731094bccc929a83f3e.tar.gz
BuildManager: Don't clear the tasklist between init() and run()
Also emit the preamble messages earlier Change-Id: Iba0308255ba77584e85f52ebc6f422187383ddec Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/buildmanager.h')
-rw-r--r--src/plugins/projectexplorer/buildmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/buildmanager.h b/src/plugins/projectexplorer/buildmanager.h
index 3e82ac17be..384020df1c 100644
--- a/src/plugins/projectexplorer/buildmanager.h
+++ b/src/plugins/projectexplorer/buildmanager.h
@@ -99,10 +99,10 @@ private slots:
static void finish();
private:
- static void startBuildQueue(const QStringList &preambleMessage = QStringList());
+ static void startBuildQueue();
static void nextStep();
static void clearBuildQueue();
- static bool buildQueueAppend(QList<BuildStep *> steps, QStringList names);
+ static bool buildQueueAppend(QList<BuildStep *> steps, QStringList names, const QStringList &preambleMessage = QStringList());
static void incrementActiveBuildSteps(BuildStep *bs);
static void decrementActiveBuildSteps(BuildStep *bs);
static void disconnectOutput(BuildStep *bs);