aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakwindow.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2009-03-19 15:44:26 +0100
committerhjk <[email protected]>2009-03-19 15:44:26 +0100
commit5999c35d2c050dda8e8530862eca10c663f4440d (patch)
tree94227ef65fc96851a74ff8f237faf7fdffe50d0d /src/plugins/debugger/breakwindow.cpp
parent45e7ccc0fa0663fd3df7b3efce456549db0f20ea (diff)
debugger: some action related cleanup
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 8f3b533f581..69cb492bf96 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(theDebuggerSetting(SettingsDialog)->action());
+ menu.addAction(theDebuggerAction(SettingsDialog)->action());
QAction *act = menu.exec(ev->globalPos());