diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-07 04:45:23 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-07 04:45:23 (GMT) |
commit | 131541866b374b90e04af75ec1382154c78b69b9 (patch) | |
tree | 92353e7224da36149786f791565b28b182d65e37 /src/declarative | |
parent | f0062920559dd44f5f463ea4c3fa2657fceb81fb (diff) | |
download | Qt-131541866b374b90e04af75ec1382154c78b69b9.zip Qt-131541866b374b90e04af75ec1382154c78b69b9.tar.gz Qt-131541866b374b90e04af75ec1382154c78b69b9.tar.bz2 |
Doc
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/debugger/qpacketprotocol.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/debugger/qpacketprotocol.cpp b/src/declarative/debugger/qpacketprotocol.cpp index 7be23b7..d109836 100644 --- a/src/declarative/debugger/qpacketprotocol.cpp +++ b/src/declarative/debugger/qpacketprotocol.cpp @@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE /*! \class QPacketProtocol + \internal \brief The QPacketProtocol class encapsulates communicating discrete packets across fragmented IO channels, such as TCP sockets. @@ -354,7 +355,7 @@ QIODevice * QPacketProtocol::device() /*! \class QPacket - \inpublicgroup QtBaseModule + \internal \brief The QPacket class encapsulates an unfragmentable packet of data to be transmitted by QPacketProtocol. @@ -476,7 +477,7 @@ void QPacket::clear() /*! \class QPacketAutoSend - \inpublicgroup QtBaseModule + \internal \internal */ |