forked from qt-creator/qt-creator
Attach properly, first glimpse of symbols.
This commit is contained in:
committed by
unknown
parent
d9cbcdc94b
commit
c83782043a
@@ -37,7 +37,6 @@ namespace Internal {
|
||||
|
||||
class DebuggerManager;
|
||||
class CdbDebugEventCallback;
|
||||
class DebuggerEngineLibrary;
|
||||
class CdbDebugOutput;
|
||||
struct CdbDebugEnginePrivate;
|
||||
|
||||
@@ -45,7 +44,7 @@ class CdbDebugEngine : public IDebuggerEngine
|
||||
{
|
||||
Q_DISABLE_COPY(CdbDebugEngine)
|
||||
Q_OBJECT
|
||||
explicit CdbDebugEngine(const DebuggerEngineLibrary &lib, DebuggerManager *parent);
|
||||
explicit CdbDebugEngine(DebuggerManager *parent);
|
||||
|
||||
public:
|
||||
~CdbDebugEngine();
|
||||
|
||||
Reference in New Issue
Block a user