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:
hjk
2023-01-05 08:50:37 +01:00
parent 2f6ac9d797
commit 15d6e1df1b
3 changed files with 19 additions and 8 deletions

View File

@@ -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