MCPcopy Create free account
hub / github.com/KDE/labplot / willUpdateNow

Method willUpdateNow

src/frontend/dockwidgets/LiveDataDock.cpp:629–631  ·  view source on GitHub ↗

! *\brief called when the will update now button is pressed * updates the will message of m_mqttClient */

Source from the content-addressed store, hash-verified

627 * updates the will message of m_mqttClient
628 */
629void 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

Callers

nothing calls this directly

Calls 1

updateWillMessageMethod · 0.80

Tested by

no test coverage detected