! *\brief Returns the name of the MQTTTopic */
| 119 | *\brief Returns the name of the MQTTTopic |
| 120 | */ |
| 121 | QString MQTTTopic::topicName() const { |
| 122 | return m_topicName; |
| 123 | } |
| 124 | |
| 125 | /*! |
| 126 | *\brief Initializes the actions of MQTTTopic |
no outgoing calls