forked from qt-creator/qt-creator
Debugger: Move std:: Qt namespace actions to options
Rename 'Debugging Helper' options pane to 'Locals & Expressions', and move the two actions for showing/hiding std:: and Qt namespaces in type name to the page. Change-Id: If7ec66016b330a4c579597bcc81f1fa5a3eff815 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -3411,7 +3411,7 @@ void DebuggerPluginPrivate::extensionsInitialized()
|
||||
|
||||
foreach (IOptionsPage *op, engineOptionPages)
|
||||
m_plugin->addAutoReleasedObject(op);
|
||||
m_plugin->addAutoReleasedObject(new DebuggingHelperOptionPage);
|
||||
m_plugin->addAutoReleasedObject(new LocalsAndExpressionsOptionsPage);
|
||||
|
||||
connect(ModeManager::instance(), SIGNAL(currentModeChanged(Core::IMode*)),
|
||||
SLOT(onModeChanged(Core::IMode*)));
|
||||
|
||||
Reference in New Issue
Block a user