From 92d8a27178128eeb1668d43b08e08fafd76ac8dd Mon Sep 17 00:00:00 2001 From: Christian Kamm <christian.d.kamm@nokia.com> Date: Thu, 27 Aug 2009 14:10:34 +0200 Subject: [PATCH] Remove duplicate connect of StepByInstruction triggered signal. Reviewed-by: hjk --- src/plugins/debugger/debuggermanager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/debugger/debuggermanager.cpp b/src/plugins/debugger/debuggermanager.cpp index c8c390dba57..6f1391015b1 100644 --- a/src/plugins/debugger/debuggermanager.cpp +++ b/src/plugins/debugger/debuggermanager.cpp @@ -379,8 +379,6 @@ void DebuggerManager::init() this, SLOT(nextExec())); connect(m_stepAction, SIGNAL(triggered()), this, SLOT(stepExec())); - connect(theDebuggerAction(StepByInstruction), SIGNAL(triggered()), - this, SLOT(stepByInstructionTriggered())); connect(m_stepOutAction, SIGNAL(triggered()), this, SLOT(stepOutExec())); connect(m_runToLineAction, SIGNAL(triggered()), -- GitLab