#include "mqttchannel.h" MqttChannel::MqttChannel(QObject *parent): QObject(parent) { } MqttChannel::~MqttChannel() { }