summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mqtt/qmqttclient.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mqtt/qmqttclient.cpp b/src/mqtt/qmqttclient.cpp
index 0ea0f1e..39f3701 100644
--- a/src/mqtt/qmqttclient.cpp
+++ b/src/mqtt/qmqttclient.cpp
@@ -90,9 +90,7 @@ Q_LOGGING_CATEGORY(lcMqttClient, "qt.mqtt.client")
frequent updates to propagate it can still be reached. The interval between
those updates is specified by this property.
- The interval is specified in milliseconds. However, most brokers are not
- capable of using such a high granularity and will fall back to an interval
- specified in seconds.
+ The interval is specified in seconds.
*/
/*!