forked from qt-creator/qt-creator
Debugger: Use a full class for DebuggerRunWorkerFactory
This continues the work started with de6c7696d2.
Change-Id: Ifc306347f2346909a9eba39c74449c559a7c2f76
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -709,12 +709,7 @@ public:
|
||||
DebuggerKitAspect debuggerKitAspect;
|
||||
CommonOptionsPage commonOptionsPage;
|
||||
|
||||
RunWorkerFactory debuggerWorkerFactory{
|
||||
RunWorkerFactory::make<DebuggerRunTool>(),
|
||||
{ProjectExplorer::Constants::DEBUG_RUN_MODE},
|
||||
{}, // All local run configs?
|
||||
{PE::DESKTOP_DEVICE_TYPE, "DockerDeviceType"}
|
||||
};
|
||||
DebuggerRunWorkerFactory debuggerWorkerFactory;
|
||||
|
||||
// FIXME: Needed?
|
||||
// QString mainScript = runConfig->property("mainScript").toString();
|
||||
|
||||
Reference in New Issue
Block a user