debugger: rework construction of initial dockwidget arrangement

This is now also postponed to the first switch to debug mode.
This commit is contained in:
hjk
2010-12-06 10:25:33 +01:00
parent 6a9b6def56
commit 9f1737b452
3 changed files with 59 additions and 60 deletions

View File

@@ -76,6 +76,7 @@ const char * const DOCKWIDGET_WATCHERS = "Debugger.Docks.LocalsAndWatchers";
const char * const DOCKWIDGET_QML_INSPECTOR = "Debugger.Docks.QmlInspector";
const char * const DOCKWIDGET_QML_SCRIPTCONSOLE = "Debugger.Docks.ScriptConsole";
const char * const DOCKWIDGET_DEFAULT_AREA = "Debugger.Docks.DefaultArea";
namespace Internal {
enum { debug = 0 };