summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2020-03-31 10:44:36 +0000
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2020-04-01 23:37:53 +0000
commita97d917b40f95341753b78e8a6a2b6a734f275c0 (patch)
treef7fc860818e1f064412a45bb4470da4abba6eb90
parent17337160d9ac6b10e3b24f2c421b9f6db824c187 (diff)
Doc: Update reason code documentation
As a follow up to 8b90d4808fad9e2fffda02dd90fa48e86d65e171 specify the version that the AUTH related enums have been introduced. Change-Id: I3f03a16504091f030e32bb97f9cae4e9b0864c62 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
-rw-r--r--src/mqtt/qmqtttype.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mqtt/qmqtttype.cpp b/src/mqtt/qmqtttype.cpp
index 256d009..23d60b4 100644
--- a/src/mqtt/qmqtttype.cpp
+++ b/src/mqtt/qmqtttype.cpp
@@ -136,10 +136,10 @@ QT_BEGIN_NAMESPACE
The message has been accepted by the server, but there are no
subscribers to receive this message. A broker may send this
reason code instead of \l Success.
- \value ContinueAuthentication
- Continue the authentication with another step. Since 5.15.
- \value ReAuthenticate
- Initiate a re-authentication. Since 5.15.
+ \value [since 5.15] ContinueAuthentication
+ Continue the authentication with another step.
+ \value [since 5.15] ReAuthenticate
+ Initiate a re-authentication.
\value UnspecifiedError
An unspecified error occurred.
\value MalformedPacket