* @brief Returns the localized human-readable description for an MQTT error. */
| 179 | * @brief Returns the localized human-readable description for an MQTT error. |
| 180 | */ |
| 181 | QString MQTT::PublisherWorker::errorString(QMqttClient::ClientError error) const |
| 182 | { |
| 183 | return PublisherWorker::describeMqttError(error); |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * @brief Disconnects from the broker. |
no outgoing calls
no test coverage detected