Skip to content
Snippets Groups Projects
Commit 92d8a271 authored by Christian Kamm's avatar Christian Kamm
Browse files

Remove duplicate connect of StepByInstruction triggered signal.

Reviewed-by: hjk
parent d478231a
No related branches found
No related tags found
No related merge requests found
...@@ -379,8 +379,6 @@ void DebuggerManager::init() ...@@ -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()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment