! * \brief Sets the will topic of the client * * \param topic */
| 674 | * \param topic |
| 675 | */ |
| 676 | void 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 |
no outgoing calls
no test coverage detected