diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index b17e0d604f9..af877aa16e1 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -2405,7 +2405,7 @@ void DebuggerPluginPrivate::runControlFinished(DebuggerEngine *engine) // Connect to some existing engine. m_snapshotHandler->activateSnapshot(0); } - action(OperateByInstruction)->setChecked(false); + action(OperateByInstruction)->setValue(QVariant(false)); } void DebuggerPluginPrivate::remoteCommand(const QStringList &options,