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:
@@ -868,8 +868,6 @@ void WatchTreeView::contextMenuEvent(QContextMenuEvent *ev)
|
||||
menu.addAction(debuggerCore()->action(UseDebuggingHelpers));
|
||||
menu.addAction(debuggerCore()->action(UseToolTipsInLocalsView));
|
||||
menu.addAction(debuggerCore()->action(AutoDerefPointers));
|
||||
menu.addAction(debuggerCore()->action(ShowStdNamespace));
|
||||
menu.addAction(debuggerCore()->action(ShowQtNamespace));
|
||||
menu.addAction(debuggerCore()->action(SortStructMembers));
|
||||
menu.addAction(debuggerCore()->action(UseDynamicType));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user