aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakwindow.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2009-03-19 10:54:27 +0100
committerhjk <[email protected]>2009-03-19 10:54:27 +0100
commit66674d3ae97515da33e7ec1d68db71a2f967938f (patch)
treeadecc9666b4ac61a5d99a4c2f0ae7a85db10ef62 /src/plugins/debugger/breakwindow.cpp
parent0b58f1f5279e0d8f973f705bf1481a752e641e15 (diff)
debugger: more actions reshuffling
Diffstat (limited to 'src/plugins/debugger/breakwindow.cpp')
-rw-r--r--src/plugins/debugger/breakwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakwindow.cpp b/src/plugins/debugger/breakwindow.cpp
index cba44315492..8f3b533f581 100644
--- a/src/plugins/debugger/breakwindow.cpp
+++ b/src/plugins/debugger/breakwindow.cpp
@@ -101,7 +101,7 @@ void BreakWindow::contextMenuEvent(QContextMenuEvent *ev)
menu.addAction(act1);
menu.addAction(act2);
menu.addAction(act4);
- menu.addAction(theDebuggerSettings()->action(SettingsDialog));
+ menu.addAction(theDebuggerSetting(SettingsDialog)->action());
QAction *act = menu.exec(ev->globalPos());