! * \brief Stops the will timer */
| 964 | * \brief Stops the will timer |
| 965 | */ |
| 966 | void MQTTClient::stopWillTimer() const { |
| 967 | m_willTimer->stop(); |
| 968 | } |
| 969 | |
| 970 | // ############################################################################## |
| 971 | // ################################# SLOTS #################################### |
no outgoing calls
no test coverage detected