forked from qt-creator/qt-creator
Debugger: DebuggerSettings and QmlJSPropertyInspector
QmlJSPropertyInspector is a part of the debugger view and has dependencies on some of the actions in DebuggerSettings. Add the needed actions to the object pool so that QmlJSPropertyInspector can access them. Change-Id: Iad492f1195721b5e3a9033584b1a3bf64e320b18 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -79,6 +79,11 @@ const char DOCKWIDGET_QML_INSPECTOR[] = "Debugger.Docks.QmlInspector";
|
||||
const char DOCKWIDGET_QML_SCRIPTCONSOLE[] = "Debugger.Docks.ScriptConsole";
|
||||
const char DOCKWIDGET_DEFAULT_AREA[] = "Debugger.Docks.DefaultArea";
|
||||
|
||||
// Saved Actions
|
||||
const char SETTINGS_DIALOG[] = "SettingsDialog";
|
||||
const char USE_ALTERNATING_ROW_COLORS[] = "UseAlternatingRowColors";
|
||||
const char SORT_STRUCT_MEMBERS[] = "SortStructMembers";
|
||||
|
||||
} // namespace Constants
|
||||
|
||||
enum DebuggerState
|
||||
|
||||
Reference in New Issue
Block a user