! * \brief Returns the will topic of the client */
| 682 | * \brief Returns the will topic of the client |
| 683 | */ |
| 684 | QString MQTTClient::willTopic() const { |
| 685 | return m_MQTTWill.willTopic; |
| 686 | } |
| 687 | |
| 688 | /*! |
| 689 | * \brief Sets the retain flag of the client's will message |