summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 77c5f44..9caaa79 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;