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

@@ -267,7 +267,7 @@ void DebuggerManager::init()
this, SIGNAL(sessionValueRequested(QString,QVariant*)));
connect(m_watchHandler, SIGNAL(setSessionValueRequested(QString,QVariant)),
this, SIGNAL(setSessionValueRequested(QString,QVariant)));
connect(theDebuggerAction(AssignValue)->action(), SIGNAL(triggered()),
connect(theDebuggerAction(AssignValue), SIGNAL(triggered()),
this, SLOT(assignValueInDebugger()));
// Tooltip