diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2011-03-22 10:13:08 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-05-10 09:52:50 (GMT) |
commit | bde58ad1e7d2b38d2882aaf869e93b0415128836 (patch) | |
tree | d938fa5585d5b48dc9cd19b3ccf292660926053d /src/declarative/debugger/qpacketprotocol_p.h | |
parent | c2016ecdb3e1d493a3fb300193856caaec848e89 (diff) | |
download | Qt-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.h | 2 |
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(); |