debugger: allow the user to hide the std:: and Qt's namespace

This commit is contained in:
hjk
2009-11-25 08:35:02 +01:00
parent b8dbb12009
commit f2392ffbc0
8 changed files with 57 additions and 1 deletions

View File

@@ -284,6 +284,8 @@ void WatchWindow::contextMenuEvent(QContextMenuEvent *ev)
menu.addAction(theDebuggerAction(UseToolTipsInLocalsView));
menu.addAction(theDebuggerAction(AutoDerefPointers));
menu.addAction(theDebuggerAction(ShowStdNamespace));
menu.addAction(theDebuggerAction(ShowQtNamespace));
QAction *actAdjustColumnWidths =
menu.addAction(tr("Adjust column widths to contents"));