! * \brief Returns the filter of the MQTTClient. */
| 103 | * \brief Returns the filter of the MQTTClient. |
| 104 | */ |
| 105 | AsciiFilter* MQTTClient::filter() const { |
| 106 | return m_filter; |
| 107 | } |
| 108 | |
| 109 | /*! |
| 110 | * \brief Sets the MQTTclient's update interval to \c interval |
no outgoing calls
no test coverage detected