debugger: the DebuggerRunControlFactory could be internal

This commit is contained in:
hjk
2010-12-10 09:23:32 +01:00
parent 26bc7f9037
commit 1a3beebf23

View File

@@ -47,11 +47,9 @@ class DebuggerRunControl;
class DebuggerRunControlPrivate;
class DebuggerStartParameters;
class DEBUGGER_EXPORT DebuggerRunControlFactory
class DebuggerRunControlFactory
: public ProjectExplorer::IRunControlFactory
{
Q_OBJECT
public:
DebuggerRunControlFactory(QObject *parent, unsigned enabledEngines);