summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qpacketprotocol_p.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-03-22 10:13:08 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2011-05-10 09:52:50 (GMT)
commitbde58ad1e7d2b38d2882aaf869e93b0415128836 (patch)
treed938fa5585d5b48dc9cd19b3ccf292660926053d /src/declarative/debugger/qpacketprotocol_p.h
parentc2016ecdb3e1d493a3fb300193856caaec848e89 (diff)
downloadQt-bde58ad1e7d2b38d2882aaf869e93b0415128836.zip
Qt-bde58ad1e7d2b38d2882aaf869e93b0415128836.tar.gz
Qt-bde58ad1e7d2b38d2882aaf869e93b0415128836.tar.bz2
Enable performance monitoring at application startup.
Reviewed-by: Michael Brasser (cherry picked from commit 8765bdaebf5db409dc2121bce3b9838f3663bd7e)
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 accb8ef..22bc3c2 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();