! * \brief Returns a bool vector, meaning which statistic types are included in the will message * If the corresponding value is true, the statistic type is included, otherwise it isn't */
| 949 | * If the corresponding value is true, the statistic type is included, otherwise it isn't |
| 950 | */ |
| 951 | QVector<bool> MQTTClient::willStatistics() const { |
| 952 | return m_MQTTWill.willStatistics; |
| 953 | } |
| 954 | |
| 955 | /*! |
| 956 | * \brief Starts the will timer, which will update the will message |
no outgoing calls
no test coverage detected