forked from qt-creator/qt-creator
Debugger: Consolidate RunControl creation
Export factory, de-export plugin, to remove one indirection Change-Id: I13a46460d07d5ded6b26f2b5ceccd01142fb10e8 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -39,9 +39,8 @@
|
||||
#include "debuggerengine.h"
|
||||
#include "debuggeritemmanager.h"
|
||||
#include "debuggermainwindow.h"
|
||||
#include "debuggerrunner.h"
|
||||
#include "debuggerrunconfigurationaspect.h"
|
||||
#include "debuggerruncontrolfactory.h"
|
||||
#include "debuggerruncontrol.h"
|
||||
#include "debuggerstringutils.h"
|
||||
#include "debuggeroptionspage.h"
|
||||
#include "debuggerkitinformation.h"
|
||||
@@ -3482,12 +3481,6 @@ QObject *DebuggerPlugin::remoteCommand(const QStringList &options,
|
||||
return 0;
|
||||
}
|
||||
|
||||
DebuggerRunControl *DebuggerPlugin::createDebugger
|
||||
(const DebuggerStartParameters &sp, RunConfiguration *rc, QString *errorMessage)
|
||||
{
|
||||
return DebuggerRunControlFactory::doCreate(sp, rc, errorMessage);
|
||||
}
|
||||
|
||||
void DebuggerPlugin::extensionsInitialized()
|
||||
{
|
||||
theDebuggerCore->extensionsInitialized();
|
||||
|
||||
Reference in New Issue
Block a user