! * \brief Returns the name of every MQTTSubscription of the MQTTClient */
| 342 | * \brief Returns the name of every MQTTSubscription of the MQTTClient |
| 343 | */ |
| 344 | QVector<QString> MQTTClient::MQTTSubscriptions() const { |
| 345 | return m_subscriptions; |
| 346 | } |
| 347 | |
| 348 | /*! |
| 349 | * \brief Adds a new MQTTSubscription to the MQTTClient |
no outgoing calls
no test coverage detected