! * \brief Returns the password used for authentication. */
| 268 | * \brief Returns the password used for authentication. |
| 269 | */ |
| 270 | QString MQTTClient::clientPassword() const { |
| 271 | return m_client->password(); |
| 272 | } |
| 273 | |
| 274 | /*! |
| 275 | * \brief Sets the flag on the given value. |