forked from qt-creator/qt-creator
debugger: make QAction a base class of DebuggerAction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user