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

Method setWillTopic

src/backend/datasources/MQTTClient.cpp:676–679  ·  view source on GitHub ↗

! * \brief Sets the will topic of the client * * \param topic */

Source from the content-addressed store, hash-verified

674 * \param topic
675 */
676void MQTTClient::setWillTopic(const QString& topic) {
677 // qDebug() << "Set will topic:" << topic;
678 m_MQTTWill.willTopic = topic;
679}
680
681/*!
682 * \brief Returns the will topic of the client

Callers 2

willTopicChangedMethod · 0.80
updateWillMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected