Debugger: Move some debugger specific bits out of debuggermainwindow.*

A step towards making the perspective handling independent of the
debugger plugin.

Change-Id: Ic07f4b34d44c48f16a494ba7f470e0a34d3d56a3
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2018-09-19 18:14:28 +02:00
parent 46886d01e6
commit 6635f85d47
3 changed files with 55 additions and 63 deletions

View File

@@ -140,6 +140,4 @@ private:
class DebuggerMainWindowPrivate *d = nullptr;
};
DEBUGGER_EXPORT QWidget *createModeWindow(const Core::Id &mode, QWidget *);
} // Utils