summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qpacketprotocol_p.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-11-24 18:50:09 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2011-02-14 14:27:35 (GMT)
commitcddc9c443d7422a6d1f4e43e9094faa94b8f4958 (patch)
treeec68f83a674e43a642689a23c18a5b6200c050e1 /src/declarative/debugger/qpacketprotocol_p.h
parent129514193c34a9d943ac482db96489f7d995f140 (diff)
downloadQt-cddc9c443d7422a6d1f4e43e9094faa94b8f4958.zip
Qt-cddc9c443d7422a6d1f4e43e9094faa94b8f4958.tar.gz
Qt-cddc9c443d7422a6d1f4e43e9094faa94b8f4958.tar.bz2
QDeclarativeDebug: Move networking code out of QDeclarativeDebugServer
Move socket handling code out of QDeclarativeDebugServer into a QDeclarativeDebugServer(Tcp)Connection class. Reviewed-by: Christiaan Janssen (cherry picked from commit 5336e1838a95d97d34863b668ff797582c226e79)
Diffstat (limited to 'src/declarative/debugger/qpacketprotocol_p.h')
-rw-r--r--src/declarative/debugger/qpacketprotocol_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/debugger/qpacketprotocol_p.h b/src/declarative/debugger/qpacketprotocol_p.h
index 120579d..bcf4fe4 100644
--- a/src/declarative/debugger/qpacketprotocol_p.h
+++ b/src/declarative/debugger/qpacketprotocol_p.h
@@ -98,6 +98,7 @@ public:
void clear();
bool isEmpty() const;
+ QByteArray data() const;
protected:
friend class QPacketProtocol;