Debugger: Remove actions from object pool

The actions were added to the object pool so that QmlJsInspector
plugin can access them. This is obsolete now.

Change-Id: I7c33428b834c372fab354b39ffeb6c8d181c162a
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Kai Koehne
2012-05-14 12:50:36 +02:00
parent f995ebc89f
commit 56a9d9702b
2 changed files with 0 additions and 29 deletions

View File

@@ -80,12 +80,6 @@ const char DOCKWIDGET_WATCHERS[] = "Debugger.Docks.LocalsAndWatchers";
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