* @brief Returns the broker authentication username. */
| 1018 | * @brief Returns the broker authentication username. |
| 1019 | */ |
| 1020 | QString MQTT::Publisher::username() const |
| 1021 | { |
| 1022 | return m_username; |
| 1023 | } |
| 1024 | |
| 1025 | /** |
| 1026 | * @brief Returns the broker authentication password. |
no outgoing calls
no test coverage detected