ProjectExplorer: Sprinkle overrides over the code

Sprinkle overrides over code derived from classes in ProjectExplorer

Change-Id: Ia4cc25649f7dc00b0ea126d8176a59afbc5ed574
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-01-29 12:28:31 +01:00
committed by hjk
parent 221b03a162
commit 66bdd60947
74 changed files with 384 additions and 480 deletions

View File

@@ -431,10 +431,6 @@ IRunConfigurationFactory::IRunConfigurationFactory(QObject *parent) :
{
}
IRunConfigurationFactory::~IRunConfigurationFactory()
{
}
RunConfiguration *IRunConfigurationFactory::create(Target *parent, Core::Id id)
{
if (!canCreate(parent, id))
@@ -505,10 +501,6 @@ IRunControlFactory::IRunControlFactory(QObject *parent)
{
}
IRunControlFactory::~IRunControlFactory()
{
}
/*!
Returns an IRunConfigurationAspect to carry options for RunControls this
factory can create.