summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2020-03-05 23:37:41 +0300
committerKonstantin Ritt <ritt.ks@gmail.com>2020-03-06 23:38:43 +0300
commitb09e6d38691f77463a2c02e0bfba898d371878e5 (patch)
treed2ab95285dbe20bcf36ca7b2df108a889c52a8a1
parentca79fc388a44fc387cce669e07bd5b90ae7644df (diff)
Fix documentation for QMqtt::MessageStatus::Published
As per 3.3.2.2 > The Packet Identifier field is only present in PUBLISH packets > where the QoS level is 1 or 2. Change-Id: I45a9a165d207e0e2a01c6b33b7f602cd2dff178f Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--src/mqtt/qmqtttype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mqtt/qmqtttype.cpp b/src/mqtt/qmqtttype.cpp
index 03f79a3..bc7298b 100644
--- a/src/mqtt/qmqtttype.cpp
+++ b/src/mqtt/qmqtttype.cpp
@@ -104,7 +104,7 @@ QT_BEGIN_NAMESPACE
The message status is unknown.
\value Published
The client received a message for one of its subscriptions. This
- applies to all QoS levels.
+ applies to QoS levels 1 and 2.
\value Acknowledged
A message has been acknowledged. This applies to QoS 1 and states
that the message handling has been finished from the client side.