forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.6'
Change-Id: Ic7cba72e7bec10e4fc0099b97e3317e391a6aa5d
This commit is contained in:
@@ -2494,8 +2494,8 @@ void DebuggerPluginPrivate::extensionsInitialized()
|
||||
act = m_frameUpAction = new QAction(tr("Move to Calling Frame"), this);
|
||||
connect(act, &QAction::triggered, this, &DebuggerPluginPrivate::handleFrameUp);
|
||||
|
||||
connect(action(OperateByInstruction), SIGNAL(triggered(bool)),
|
||||
SLOT(handleOperateByInstructionTriggered(bool)));
|
||||
connect(action(OperateByInstruction), &QAction::triggered,
|
||||
this, &DebuggerPluginPrivate::handleOperateByInstructionTriggered);
|
||||
|
||||
ActionContainer *debugMenu = ActionManager::actionContainer(PE::M_DEBUG);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user