! * \brief Returns the name of every MQTTTopics which already received a message, and is child of the MQTTClient */
| 325 | * \brief Returns the name of every MQTTTopics which already received a message, and is child of the MQTTClient |
| 326 | */ |
| 327 | QVector<QString> MQTTClient::topicNames() const { |
| 328 | return m_topicNames; |
| 329 | } |
| 330 | |
| 331 | /*! |
| 332 | * \brief Adds the initial subscriptions that were set in ImportFileWidget |
no outgoing calls
no test coverage detected