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:
@@ -155,7 +155,13 @@ private:
|
||||
bool m_useMulti = true;
|
||||
};
|
||||
|
||||
class DebuggerRunWorkerFactory final : public ProjectExplorer::RunWorkerFactory
|
||||
{
|
||||
public:
|
||||
DebuggerRunWorkerFactory();
|
||||
};
|
||||
|
||||
extern DEBUGGER_EXPORT const char DebugServerRunnerWorkerId[];
|
||||
extern DEBUGGER_EXPORT const char GdbServerPortGathererWorkerId[];
|
||||
|
||||
} // namespace Debugger
|
||||
} // Debugger
|
||||
|
||||
Reference in New Issue
Block a user