forked from qt-creator/qt-creator
autotools: minor cleanup
Change-Id: Ic7862a4a97e60ed016a53f5893e03e3f9ec11e53 Reviewed-by: Patricia Santana Cruz <patriciasc@openismus.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user