forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user