summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2020-03-05 22:32:23 +0300
committerKonstantin Ritt <ritt.ks@gmail.com>2020-03-31 12:51:01 +0300
commitc72a47b7034d4fdb8ad722fc33de9e66af794faf (patch)
tree50857044181392c935abb2889c6becec603d205f
parentbc07e72a43f1ce193ddb0c8b4a8c1482fc59d84f (diff)
Fix documentation of the qos argument meaning
Change-Id: I530ca158ca01a4d793bad9a5ea2eaf12f6098506 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--src/mqtt/qmqttclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mqtt/qmqttclient.cpp b/src/mqtt/qmqttclient.cpp
index a13ce1e..b29788a 100644
--- a/src/mqtt/qmqttclient.cpp
+++ b/src/mqtt/qmqttclient.cpp
@@ -450,7 +450,7 @@ void QMqttClient::unsubscribe(const QMqttTopicFilter &topic, const QMqttUnsubscr
/*!
Publishes a \a message to the broker with the specified \a topic. \a qos
- specifies the level of security required for transferring the message.
+ specifies the QoS level required for transferring the message.
If \a retain is set to \c true, the message will stay on the broker for
other clients to connect and receive the message.
@@ -466,7 +466,7 @@ qint32 QMqttClient::publish(const QMqttTopicName &topic, const QByteArray &messa
\since 5.12
Publishes a \a message to the broker with the specified \a properties and
- \a topic. \a qos specifies the level of security required for transferring
+ \a topic. \a qos specifies the QoS level required for transferring
the message.
If \a retain is set to \c true, the message will stay on the broker for