diff options
author | hjk <[email protected]> | 2009-03-19 15:44:26 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2009-03-19 15:44:26 +0100 |
commit | 5999c35d2c050dda8e8530862eca10c663f4440d (patch) | |
tree | 94227ef65fc96851a74ff8f237faf7fdffe50d0d /src/plugins/debugger/breakwindow.cpp | |
parent | 45e7ccc0fa0663fd3df7b3efce456549db0f20ea (diff) |
debugger: some action related cleanup
Diffstat (limited to 'src/plugins/debugger/breakwindow.cpp')
-rw-r--r-- | src/plugins/debugger/breakwindow.cpp | 2 |
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()); |