* @brief Returns the broker authentication password. */
| 1026 | * @brief Returns the broker authentication password. |
| 1027 | */ |
| 1028 | QString MQTT::Publisher::password() const |
| 1029 | { |
| 1030 | return m_password; |
| 1031 | } |
| 1032 | |
| 1033 | /** |
| 1034 | * @brief Returns the base MQTT topic for dashboard or raw publishing. |
no outgoing calls
no test coverage detected