summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2022-08-23 10:11:48 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-29 16:54:01 +0000
commit8b02760ea69d5ffe78c532cc0ed8399d5789972d (patch)
treec16bcee7fa8c9226798885d4dcd9bdf452aabba4
parent9392cbf8033f21527c1739befcaf8fa4ae67f88c (diff)
Doc: Expose QMqttClient ctor docs
The documentation comment isn't a QDoc comment, so the docs aren't generated. Fixes: QTBUG-105873 Change-Id: I176ea1c7ed2460bbeb1700a4d74a81b439215306 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> (cherry picked from commit 7289f85f3c003bdea414f3ffaf89268f7ee2459e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/mqtt/qmqttclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mqtt/qmqttclient.cpp b/src/mqtt/qmqttclient.cpp
index 0df7ca1..9c8a145 100644
--- a/src/mqtt/qmqttclient.cpp
+++ b/src/mqtt/qmqttclient.cpp
@@ -337,7 +337,7 @@ Q_LOGGING_CATEGORY(lcMqttClient, "qt.mqtt.client")
\sa authenticationRequested(), authenticate()
*/
-/*
+/*!
Creates a new MQTT client instance with the specified \a parent.
*/
QMqttClient::QMqttClient(QObject *parent) : QObject(*(new QMqttClientPrivate(this)), parent)