forked from qt-creator/qt-creator
debugger: remove line noise, adjust (internal) menu group names
Change-Id: I16d2b753022492d3f7b50dae0800b053c2a5e881 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -45,9 +45,8 @@ const char C_CPPDEBUGGER[] = "Gdb Debugger";
|
||||
const char C_QMLDEBUGGER[] = "Qml/JavaScript Debugger";
|
||||
|
||||
// Menu Groups
|
||||
const char G_START_LOCAL[] = "Debugger.Group.Start.Local";
|
||||
const char G_MANUAL_REMOTE[] = "Debugger.Group.Manual.Remote";
|
||||
const char G_AUTOMATIC_REMOTE[] = "Debugger.Group.Automatic.Remote";
|
||||
const char G_GENERAL[] = "Debugger.Group.General";
|
||||
const char G_SPECIAL[] = "Debugger.Group.Special";
|
||||
const char G_START_QML[] = "Debugger.Group.Start.Qml";
|
||||
|
||||
// Common actions
|
||||
|
||||
Reference in New Issue
Block a user