forked from qt-creator/qt-creator
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:
@@ -406,9 +406,6 @@ QbsRunConfigurationFactory::QbsRunConfigurationFactory(QObject *parent) :
|
||||
setObjectName(QLatin1String("QbsRunConfigurationFactory"));
|
||||
}
|
||||
|
||||
QbsRunConfigurationFactory::~QbsRunConfigurationFactory()
|
||||
{ }
|
||||
|
||||
bool QbsRunConfigurationFactory::canCreate(Target *parent, Core::Id id) const
|
||||
{
|
||||
if (!canHandle(parent))
|
||||
|
||||
Reference in New Issue
Block a user