13 lines
125 B
C++
13 lines
125 B
C++
#include "mqttchannel.h"
|
|
|
|
|
|
MqttChannel::MqttChannel(QObject *parent): QObject(parent)
|
|
{
|
|
|
|
}
|
|
|
|
MqttChannel::~MqttChannel()
|
|
{
|
|
|
|
}
|