forked from qt-creator/qt-creator
		
	debugger: rework construction of initial dockwidget arrangement
This is now also postponed to the first switch to debug mode.
This commit is contained in:
		@@ -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 };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user