diff options
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."); |