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

Method setWillOwnMessage

src/backend/datasources/MQTTClient.cpp:741–743  ·  view source on GitHub ↗

! * \brief Sets the own will message of the user * * \param ownMessage */

Source from the content-addressed store, hash-verified

739 * \param ownMessage
740 */
741void MQTTClient::setWillOwnMessage(const QString& ownMessage) {
742 m_MQTTWill.willOwnMessage = ownMessage;
743}
744
745/*!
746 * \brief Returns the own will message of the user

Callers 1

willOwnMessageChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected