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:
Aurindam Jana
2012-04-11 09:16:06 +02:00
committed by hjk
parent 44a2ed8072
commit 0b8d8568af
5 changed files with 102 additions and 0 deletions

View File

@@ -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