aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-10-12 17:52:09 +0200
committerhjk <hjk@qt.io>2018-10-15 12:08:22 +0000
commit683e7aa6cff84171359384d861f160115921e632 (patch)
tree994fc2fbf0d71a981b037d67c8ec7474f318067a /src/plugins/cmakeprojectmanager/cmakebuildstep.h
parent5fc1b5d8e78fec99e522d3a79628da2083eb4ffd (diff)
ProjectExplorer: Make BuildStepConfigWidget::displayName a value
Use BuildStep::displayName() as default. This probably could be the only possibility, but currently there are some discrepancies that are kept in this patch to make the patch mechanical. Change-Id: I2a1e5c2ff37ad95e25309eb16e07099e42191f60 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 098310f1eb..17806f48f3 100644
--- a/src/plugins/cmakeprojectmanager/cmakebuildstep.h
+++ b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
@@ -120,7 +120,6 @@ class CMakeBuildStepConfigWidget : public ProjectExplorer::BuildStepConfigWidget
Q_OBJECT
public:
CMakeBuildStepConfigWidget(CMakeBuildStep *buildStep);
- QString displayName() const override;
QString summaryText() const override;
private: