diff options
author | hjk <[email protected]> | 2018-10-12 17:52:09 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2018-10-15 12:08:22 +0000 |
commit | 683e7aa6cff84171359384d861f160115921e632 (patch) | |
tree | 994fc2fbf0d71a981b037d67c8ec7474f318067a /src/plugins/autotoolsprojectmanager/configurestep.cpp | |
parent | 5fc1b5d8e78fec99e522d3a79628da2083eb4ffd (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.cpp | 5 |
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; |