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

Method willOwnMessageChanged

src/frontend/dockwidgets/LiveDataDock.cpp:601–603  ·  view source on GitHub ↗

! *\brief called when the will own message is changed in the will settings widget * sets the will own message for the m_mqttClient * * \param message the will message given by the user */

Source from the content-addressed store, hash-verified

599 * \param message the will message given by the user
600 */
601void LiveDataDock::willOwnMessageChanged(const QString& message) {
602 m_mqttClient->setWillOwnMessage(message);
603}
604
605/*!
606 *\brief called when the selected update type for the will message is changed in the will settings widget

Callers 1

showWillSettingsMethod · 0.95

Calls 1

setWillOwnMessageMethod · 0.80

Tested by

no test coverage detected