diff options
author | hjk <qtc-committer@nokia.com> | 2010-12-02 17:33:39 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2010-12-02 17:34:04 +0100 |
commit | 05f6151d33f4281d892a9409023d32053d58deb6 (patch) | |
tree | 7c1a88e40dcc37e0aa035479b84eeebe9efa7df7 /src/plugins/debugger/debuggerplugin.h | |
parent | def49bf9a62bf0c61984bd8e9bcc9827d0f61c80 (diff) | |
download | qt-creator-05f6151d33f4281d892a9409023d32053d58deb6.tar.gz |
debugger: merger DebuggerMainWindow and DebuggerUISwitcher
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r-- | src/plugins/debugger/debuggerplugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h index 6b0175a6e5..391353bd55 100644 --- a/src/plugins/debugger/debuggerplugin.h +++ b/src/plugins/debugger/debuggerplugin.h @@ -45,7 +45,7 @@ namespace Debugger { class DebuggerRunControl; class DebuggerStartParameters; -class DebuggerUISwitcher; +class DebuggerMainWindow; // This is the "external" interface of the debugger plugin that's // visible from Creator core. The internal interfact to global @@ -65,7 +65,7 @@ public: static void startDebugger(ProjectExplorer::RunControl *runControl); static void displayDebugger(ProjectExplorer::RunControl *runControl); static bool isActiveDebugLanguage(int language); - static DebuggerUISwitcher *uiSwitcher(); + static DebuggerMainWindow *mainWindow(); private: // IPlugin implementation. |