aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakwindow.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2009-03-24 14:41:15 +0100
committerhjk <[email protected]>2009-03-24 16:39:30 +0100
commitc3fc03c11c5222d71d4988e1b318c7fe4b6e5619 (patch)
treeaa993ac1f5e800579fba7cf8eb05d0215158dca3 /src/plugins/debugger/breakwindow.cpp
parent9b7274a0110712822ccbf93e1856b9a3d6e762c0 (diff)
debugger: add shortcut to debugger properties in more context menus
Diffstat (limited to 'src/plugins/debugger/breakwindow.cpp')
-rw-r--r--src/plugins/debugger/breakwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/breakwindow.cpp b/src/plugins/debugger/breakwindow.cpp
index 92fe3c7cb15..308d565a3e9 100644
--- a/src/plugins/debugger/breakwindow.cpp
+++ b/src/plugins/debugger/breakwindow.cpp
@@ -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());