debugger: some action related cleanup

This commit is contained in:
hjk
2009-03-19 15:44:26 +01:00
parent 45e7ccc0fa
commit 5999c35d2c
8 changed files with 133 additions and 156 deletions

View File

@@ -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());