aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qpacketprotocol_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/debugger/qpacketprotocol_p.h')
-rw-r--r--src/declarative/debugger/qpacketprotocol_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/debugger/qpacketprotocol_p.h b/src/declarative/debugger/qpacketprotocol_p.h
index accb8efa67..22bc3c250b 100644
--- a/src/declarative/debugger/qpacketprotocol_p.h
+++ b/src/declarative/debugger/qpacketprotocol_p.h
@@ -75,6 +75,8 @@ public:
qint64 packetsAvailable() const;
QPacket read();
+ bool waitForReadyRead(int msecs = 3000);
+
void clear();
QIODevice * device();