forked from qt-creator/qt-creator
RunConfiguration: Simplify adding of ExtraAspects
This makes the code a bit simpler, at the cost of the factories not having access to the fully specialized RunConfiguration anymore. This is apparently never used and the factories can still use the Id to decide what to do if they really need to. Change-Id: I7d94f85e984ac87e62c6d341c1038e1538aa15df Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -50,7 +50,6 @@ public:
|
||||
: ProjectExplorer::RunConfiguration(parent, "AutoTest.TestRunConfig")
|
||||
{
|
||||
setDefaultDisplayName(tr("AutoTest Debug"));
|
||||
addExtraAspects();
|
||||
|
||||
// disable QmlDebugger that is enabled by default
|
||||
// might change if debugging QuickTest gets enabled
|
||||
|
||||
Reference in New Issue
Block a user