summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-06-08 20:51:07 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-06-09 11:01:28 +0200
commite3b5de8651586cf5484fd8ab217cddf17f0fe01e (patch)
tree397e1216d5fdb9b25f1e83f8a3ce2382b1fa1b5a /src/declarative/debugger
parentc038e3505309bb954123493cb5f96c73e114f3d0 (diff)
QDeclarativeDebug: Don't hang if started with ',block' argument
Fixes regression introduced in a59261454071 Reviewed-by: Christiaan Janssen
Diffstat (limited to 'src/declarative/debugger')
-rw-r--r--src/declarative/debugger/qpacketprotocol.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/debugger/qpacketprotocol.cpp b/src/declarative/debugger/qpacketprotocol.cpp
index 77c5f44a91..9caaa79011 100644
--- a/src/declarative/debugger/qpacketprotocol.cpp
+++ b/src/declarative/debugger/qpacketprotocol.cpp
@@ -199,6 +199,7 @@ public Q_SLOTS:
inProgressSize = -1;
inProgress.clear();
+ waitingForPacket = false;
emit readyRead();
} else
return;