forked from qt-creator/qt-creator
ProjectExplorer + Debugger: Move Debug Action to the Debugger plugin
Since all the debuggers are implemented in the debuggerplugin, that's a natural place to put the action.
This commit is contained in:
@@ -175,7 +175,7 @@ RunControl *QmlRunControlFactory::create(RunConfiguration *runConfiguration,
|
||||
RunControl *runControl = 0;
|
||||
if (mode == ProjectExplorer::Constants::RUNMODE) {
|
||||
runControl = new QmlRunControl(config, mode);
|
||||
} else if (mode == ProjectExplorer::Constants::DEBUGMODE) {
|
||||
} else if (mode == Debugger::Constants::DEBUGMODE) {
|
||||
runControl = createDebugRunControl(config);
|
||||
}
|
||||
return runControl;
|
||||
|
Reference in New Issue
Block a user