! * \brief Returns the username used for authentication. */
| 261 | * \brief Returns the username used for authentication. |
| 262 | */ |
| 263 | QString MQTTClient::clientUserName() const { |
| 264 | return m_client->username(); |
| 265 | } |
| 266 | |
| 267 | /*! |
| 268 | * \brief Returns the password used for authentication. |