aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeractions.cpp
diff options
context:
space:
mode:
authorLasse Holmstedt <[email protected]>2010-03-18 16:04:14 +0100
committerLasse Holmstedt <[email protected]>2010-03-18 17:05:51 +0100
commitf9a9dd7dbf39c07161e44daf2736ff544fd6613b (patch)
tree196eae7bf7e366abc75131124ff7a3b94d71a431 /src/plugins/debugger/debuggeractions.cpp
parent492fffb4cc43e93438aa0658dbf095ab1931ee6c (diff)
fixed merge issues and cleaned up code
Diffstat (limited to 'src/plugins/debugger/debuggeractions.cpp')
-rw-r--r--src/plugins/debugger/debuggeractions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp
index 3ffbb3c2c97..ab91e65df40 100644
--- a/src/plugins/debugger/debuggeractions.cpp
+++ b/src/plugins/debugger/debuggeractions.cpp
@@ -163,7 +163,6 @@ DebuggerSettings *DebuggerSettings::instance()
item->setText(tr("Operate by Instruction"));
item->setCheckable(true);
item->setDefaultValue(false);
- item->setSettingsKey(debugModeGroup, QLatin1String("OperateByInstruction"));
item->setIcon(QIcon(":/debugger/images/SingleInstructionMode.png"));
item->setToolTip(tr("This switches the debugger to instruction-wise "
"operation mode. In this mode, stepping operates on single "