From c110da750bdc92ac6d15f7d3b6ff73fc66f3b60c Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 19 Mar 2009 15:54:52 +0100 Subject: debugger: make QAction a base class of DebuggerAction --- src/plugins/debugger/breakwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/breakwindow.cpp') diff --git a/src/plugins/debugger/breakwindow.cpp b/src/plugins/debugger/breakwindow.cpp index 69cb492bf96..92fe3c7cb15 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(theDebuggerAction(SettingsDialog)->action()); + menu.addAction(theDebuggerAction(SettingsDialog)); QAction *act = menu.exec(ev->globalPos()); -- cgit v1.2.3