! *\brief called when the will update now button is pressed * updates the will message of m_mqttClient */
| 627 | * updates the will message of m_mqttClient |
| 628 | */ |
| 629 | void LiveDataDock::willUpdateNow() { |
| 630 | m_mqttClient->updateWillMessage(); |
| 631 | } |
| 632 | |
| 633 | /*! |
| 634 | *\brief called when the update interval for will message is changed in the will settings widget |
nothing calls this directly
no test coverage detected