aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-10-22 17:56:04 +0200
committerhjk <hjk@qt.io>2018-10-23 14:12:39 +0000
commit0f5d5dbfe48f7abb9ca83ffa3dfaa6ed88db58b3 (patch)
treed48aa49fb61ccb74ae3479f0bf8326864d0f8c97 /src/plugins/cmakeprojectmanager/cmakebuildstep.h
parent8471ce4331ec06e7dc6060014e0d6c35e34a78bc (diff)
ProjectExplorer: Make BuildStep::immutable use a data member
Default to false, remove all no-op reimplementations. And rename the getter to isImmutable according to the rules. Change-Id: I8cce79d88fb59badfa1cffcf30a46f7ff3b09e8b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakebuildstep.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakebuildstep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakebuildstep.h b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
index 0b8eeba841..88e2c55f2d 100644
--- a/src/plugins/cmakeprojectmanager/cmakebuildstep.h
+++ b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
@@ -60,7 +60,6 @@ public:
void run(QFutureInterface<bool> &fi) override;
ProjectExplorer::BuildStepConfigWidget *createConfigWidget() override;
- bool immutable() const override;
QString buildTarget() const;
bool buildsBuildTarget(const QString &target) const;