* @brief Returns the broker hostname. */
| 1010 | * @brief Returns the broker hostname. |
| 1011 | */ |
| 1012 | QString MQTT::Publisher::hostname() const |
| 1013 | { |
| 1014 | return m_hostname; |
| 1015 | } |
| 1016 | |
| 1017 | /** |
| 1018 | * @brief Returns the broker authentication username. |
no outgoing calls
no test coverage detected