forked from qt-creator/qt-creator
Remove duplicate connect of StepByInstruction triggered signal.
Reviewed-by: hjk
This commit is contained in:
@@ -379,8 +379,6 @@ void DebuggerManager::init()
|
|||||||
this, SLOT(nextExec()));
|
this, SLOT(nextExec()));
|
||||||
connect(m_stepAction, SIGNAL(triggered()),
|
connect(m_stepAction, SIGNAL(triggered()),
|
||||||
this, SLOT(stepExec()));
|
this, SLOT(stepExec()));
|
||||||
connect(theDebuggerAction(StepByInstruction), SIGNAL(triggered()),
|
|
||||||
this, SLOT(stepByInstructionTriggered()));
|
|
||||||
connect(m_stepOutAction, SIGNAL(triggered()),
|
connect(m_stepOutAction, SIGNAL(triggered()),
|
||||||
this, SLOT(stepOutExec()));
|
this, SLOT(stepOutExec()));
|
||||||
connect(m_runToLineAction, SIGNAL(triggered()),
|
connect(m_runToLineAction, SIGNAL(triggered()),
|
||||||
|
Reference in New Issue
Block a user