aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/configurestep.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2018-10-12 17:52:09 +0200
committerhjk <[email protected]>2018-10-15 12:08:22 +0000
commit683e7aa6cff84171359384d861f160115921e632 (patch)
tree994fc2fbf0d71a981b037d67c8ec7474f318067a /src/plugins/autotoolsprojectmanager/configurestep.cpp
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 <[email protected]>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/configurestep.cpp')
-rw-r--r--src/plugins/autotoolsprojectmanager/configurestep.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/autotoolsprojectmanager/configurestep.cpp b/src/plugins/autotoolsprojectmanager/configurestep.cpp
index 923484b4f72..880547fb248 100644
--- a/src/plugins/autotoolsprojectmanager/configurestep.cpp
+++ b/src/plugins/autotoolsprojectmanager/configurestep.cpp
@@ -194,11 +194,6 @@ ConfigureStepConfigWidget::ConfigureStepConfigWidget(ConfigureStep *configureSte
this, &ConfigureStepConfigWidget::updateDetails);
}
-QString ConfigureStepConfigWidget::displayName() const
-{
- return tr("Configure", "AutotoolsProjectManager::ConfigureStepConfigWidget display name.");
-}
-
QString ConfigureStepConfigWidget::summaryText() const
{
return m_summaryText;