! * \brief Returns the MQTTClient's update type */
| 194 | * \brief Returns the MQTTClient's update type |
| 195 | */ |
| 196 | MQTTClient::UpdateType MQTTClient::updateType() const { |
| 197 | return m_updateType; |
| 198 | } |
| 199 | |
| 200 | /*! |
| 201 | * \brief Returns the MQTTClient's icon |
no outgoing calls
no test coverage detected