debugger: move setSimpleDockWidgetArrangement to DebuggerMainWindow

This commit is contained in:
hjk
2010-12-03 10:17:01 +01:00
parent f7f3539786
commit 524be13d98
3 changed files with 73 additions and 63 deletions

View File

@@ -75,7 +75,7 @@ public:
void onModeChanged(Core::IMode *mode);
// Most common debugger windows
// Most common debugger windows.
QDockWidget *breakWindow() const;
QDockWidget *stackWindow() const;
QDockWidget *watchWindow() const;
@@ -97,7 +97,6 @@ signals:
// Emit when user changes active languages from the menu.
// Both UI and debugger startup are affected.
void activeLanguagesChanged(Debugger::DebuggerLanguages activeLanguages);
void dockResetRequested(Debugger::DebuggerLanguages activeLanguages);
void memoryEditorRequested();
public slots: