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
commitd6861a340a9613da915918afbba518f23d23ea24 (patch)
tree85bf308cdf3e4e70973b2b0afefc49b1542c9fe6
parent23f8673518a0cd9c485d03099087e5e5878e64f0 (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 23d1e17..6e15f72 100644
--- a/src/mqtt/qmqttclient.cpp
+++ b/src/mqtt/qmqttclient.cpp
@@ -311,7 +311,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)