From 7d94d08f91004e4c48904ca192c16c2c4cc129d0 Mon Sep 17 00:00:00 2001 From: Taito Silvola Date: Fri, 20 Apr 2012 10:49:38 +0300 Subject: Fixed window raise issue when handling remote commands Fixed remote command hanling in Qt Assistant. Now Qt Assistant tries to raise and activate main help window after processing the remote command. Task-number: QTBUG-25407 Change-Id: I6408b9795bdf21bb920830608ba23bfda7d41604 Reviewed-by: Karsten Heimrich (cherry picked from qttools/883147fdaeeb2effbdb8a93a48f1ced49d56693e) Reviewed-by: Karsten Heimrich --- tools/assistant/tools/assistant/remotecontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v0.12