debugger: make DebuggerState read accessor public and export it

This commit is contained in:
hjk
2009-09-28 12:00:37 +02:00
parent 1173b0f656
commit 6bd55be672
2 changed files with 3 additions and 3 deletions

View File

@@ -162,6 +162,7 @@ public:
friend class Internal::CdbDebugEngine;
friend struct Internal::CdbDebugEnginePrivate;
DebuggerState state() const;
QList<Core::IOptionsPage*> initializeEngines(unsigned enabledTypeFlags);
Core::Utils::FancyMainWindow *mainWindow() const;
@@ -267,7 +268,6 @@ private:
void cleanupViews();
DebuggerState state() const;
void setState(DebuggerState state);
//