aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-10 15:21:56 +0200
commit434df838c11063dfea95b1d26d0576ea661d10ba (patch)
tree0daa0b8ffb38b4d2c8c17ef09cfc426e8104b5d8 /src
parente05d75b690fab95259afae8f295df8e9df242115 (diff)
QDeclarativeDebug: Don't hang if started with ',block' argument
Fixes regression introduced in a59261454071 Reviewed-by: Christiaan Janssen (cherry picked from commit e3b5de8651586cf5484fd8ab217cddf17f0fe01e)
Diffstat (limited to 'src')
-rw-r--r--src/declarative/debugger/qpacketprotocol.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/debugger/qpacketprotocol.cpp b/src/declarative/debugger/qpacketprotocol.cpp
index a40a9ab8a6..9caaa79011 100644
--- a/src/declarative/debugger/qpacketprotocol.cpp
+++ b/src/declarative/debugger/qpacketprotocol.cpp
@@ -198,6 +198,8 @@ public Q_SLOTS:
packets.append(inProgress);
inProgressSize = -1;
inProgress.clear();
+
+ waitingForPacket = false;
emit readyRead();
} else
return;