debugger: add shortcut to debugger properties in more context menus

This commit is contained in:
hjk
2009-03-24 14:41:15 +01:00
parent 9b7274a011
commit c3fc03c11c
4 changed files with 33 additions and 21 deletions

View File

@@ -101,6 +101,7 @@ void BreakWindow::contextMenuEvent(QContextMenuEvent *ev)
menu.addAction(act1);
menu.addAction(act2);
menu.addAction(act4);
menu.addSeparator();
menu.addAction(theDebuggerAction(SettingsDialog));
QAction *act = menu.exec(ev->globalPos());