! *\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 */
| 599 | * \param message the will message given by the user |
| 600 | */ |
| 601 | void 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 |
no test coverage detected