diff options
author | hjk <[email protected]> | 2011-11-30 15:08:34 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2011-11-30 15:34:37 +0100 |
commit | 93a4237602a0cfbc56e60ff40f4713b810d9c1dd (patch) | |
tree | 4501436b651b6bf01bc77d9871d0fd5905b9ff7e /src/plugins/autotoolsprojectmanager/autogenstep.cpp | |
parent | 6d3657722065a1c75fe76e76dafb33de43b55a6e (diff) |
autotools: minor cleanup
Change-Id: Ic7862a4a97e60ed016a53f5893e03e3f9ec11e53
Reviewed-by: Patricia Santana Cruz <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/autogenstep.cpp')
-rw-r--r-- | src/plugins/autotoolsprojectmanager/autogenstep.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/plugins/autotoolsprojectmanager/autogenstep.cpp b/src/plugins/autotoolsprojectmanager/autogenstep.cpp index f5144e8d9c2..876318c3f7e 100644 --- a/src/plugins/autotoolsprojectmanager/autogenstep.cpp +++ b/src/plugins/autotoolsprojectmanager/autogenstep.cpp @@ -54,10 +54,8 @@ using namespace AutotoolsProjectManager; using namespace AutotoolsProjectManager::Internal; using namespace ProjectExplorer; -namespace { const char AUTOGEN_ADDITIONAL_ARGUMENTS_KEY[] = "AutotoolsProjectManager.AutogenStep.AdditionalArguments"; const char AUTOGEN_STEP_ID[] = "AutotoolsProjectManager.AutogenStep"; -} ///////////////////////////// // AutogenStepFactory class @@ -67,10 +65,6 @@ AutogenStepFactory::AutogenStepFactory(QObject *parent) : { } -AutogenStepFactory::~AutogenStepFactory() -{ -} - QStringList AutogenStepFactory::availableCreationIds(BuildStepList *parent) const { if (parent->target()->project()->id() == QLatin1String(Constants::AUTOTOOLS_PROJECT_ID)) @@ -160,10 +154,6 @@ void AutogenStep::ctor() setDefaultDisplayName(tr("Autogen")); } -AutogenStep::~AutogenStep() -{ -} - AutotoolsBuildConfiguration *AutogenStep::autotoolsBuildConfiguration() const { return static_cast<AutotoolsBuildConfiguration *>(buildConfiguration()); @@ -276,10 +266,6 @@ AutogenStepConfigWidget::AutogenStepConfigWidget(AutogenStep *autogenStep) : this, SLOT(updateDetails())); } -AutogenStepConfigWidget::~AutogenStepConfigWidget() -{ -} - QString AutogenStepConfigWidget::displayName() const { return tr("Autogen", "AutotoolsProjectManager::AutogenStepConfigWidget display name."); |