summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/assistant/tools/assistant/remotecontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/tools/assistant/remotecontrol.cpp b/tools/assistant/tools/assistant/remotecontrol.cpp
index 74898c8..177d6ee 100644
--- a/tools/assistant/tools/assistant/remotecontrol.cpp
+++ b/tools/assistant/tools/assistant/remotecontrol.cpp
@@ -190,7 +190,7 @@ void RemoteControl::handleCommandString(const QString &cmdString)
else if (cmd == QLatin1String("unregister"))
handleUnregisterCommand(arg);
else
- return;
+ break;
++it;
}