QDeclarativeDebug: Don't hang if started with ',block' argument
authorKai Koehne <kai.koehne@nokia.com>
Wed, 8 Jun 2011 18:51:07 +0000 (20:51 +0200)
committerKai Koehne <kai.koehne@nokia.com>
Fri, 10 Jun 2011 13:21:56 +0000 (15:21 +0200)
Fixes regression introduced in a59261454071

Reviewed-by: Christiaan Janssen
(cherry picked from commit e3b5de8651586cf5484fd8ab217cddf17f0fe01e)

src/declarative/debugger/qpacketprotocol.cpp

index a40a9ab..9caaa79 100644 (file)
@@ -198,6 +198,8 @@ public Q_SLOTS:
                     packets.append(inProgress);
                     inProgressSize = -1;
                     inProgress.clear();
+
+                    waitingForPacket = false;
                     emit readyRead();
                 } else
                     return;