! * \brief Returns the port used by the broker. */
| 226 | * \brief Returns the port used by the broker. |
| 227 | */ |
| 228 | quint16 MQTTClient::clientPort() const { |
| 229 | return m_client->port(); |
| 230 | } |
| 231 | |
| 232 | /*! |
| 233 | * \brief Sets the flag on the given value. |
no test coverage detected