! *\brief Returns the MQTTClient the topic belongs to */
| 134 | *\brief Returns the MQTTClient the topic belongs to |
| 135 | */ |
| 136 | MQTTClient* MQTTTopic::mqttClient() const { |
| 137 | return m_MQTTClient; |
| 138 | } |
| 139 | |
| 140 | // ############################################################################## |
| 141 | // ################################# SLOTS #################################### |
no outgoing calls
no test coverage detected