summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.h
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2019-04-06 22:00:02 +0200
committerAndré Hartmann <aha_1980@gmx.de>2019-07-29 09:54:40 +0000
commit4fae51c9d4a99c6ea40cb94ecd15dc53e4d599f3 (patch)
tree94e901f4caff8c72f96506894ca774adcf9f8f56 /src/plugins/projectexplorer/buildmanager.h
parenta10a35d9eb7df8c595a0931939c5719fbc191893 (diff)
downloadqt-creator-4fae51c9d4a99c6ea40cb94ecd15dc53e4d599f3.tar.gz
BuildManager: Modernize
Change-Id: I414748be50c74133f64e525d72ffcabc404c1e51 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/projectexplorer/buildmanager.h')
-rw-r--r--src/plugins/projectexplorer/buildmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildmanager.h b/src/plugins/projectexplorer/buildmanager.h
index ac63b2e6df..9d314a838b 100644
--- a/src/plugins/projectexplorer/buildmanager.h
+++ b/src/plugins/projectexplorer/buildmanager.h
@@ -52,7 +52,7 @@ public:
static bool isDeploying();
static bool tasksAvailable();
- static bool buildLists(QList<BuildStepList *> bsls,
+ static bool buildLists(const QList<BuildStepList *> bsls,
const QStringList &preambelMessage = QStringList());
static bool buildList(BuildStepList *bsl);