aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qpacketprotocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlprofiler/qpacketprotocol.cpp')
-rw-r--r--tools/qmlprofiler/qpacketprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlprofiler/qpacketprotocol.cpp b/tools/qmlprofiler/qpacketprotocol.cpp
index e0fe08740d..b8017fad60 100644
--- a/tools/qmlprofiler/qpacketprotocol.cpp
+++ b/tools/qmlprofiler/qpacketprotocol.cpp
@@ -235,7 +235,7 @@ QPacketProtocol::~QPacketProtocol()
/*!
Returns the maximum packet size allowed. By default this is
2,147,483,647 bytes.
-
+
If a packet claiming to be larger than the maximum packet size is received,
the QPacketProtocol::invalidPacket() signal is emitted.