debugger: make QAction a base class of DebuggerAction

This commit is contained in:
hjk
2009-03-19 15:54:52 +01:00
parent 5999c35d2c
commit c110da750b
8 changed files with 35 additions and 58 deletions

View File

@@ -289,7 +289,7 @@ void GdbEngine::initializeConnections()
this, SLOT(setUseDumpers(bool)));
connect(theDebuggerAction(DebugDumpers), SIGNAL(boolValueChanged(bool)),
this, SLOT(setDebugDumpers(bool)));
connect(theDebuggerAction(RecheckDumpers)->action(), SIGNAL(triggered()),
connect(theDebuggerAction(RecheckDumpers), SIGNAL(triggered()),
this, SLOT(recheckCustomDumperAvailability()));
}