diff options
Diffstat (limited to 'src/declarative/debugger/qpacketprotocol.cpp')
-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 */ |