#include "transportinterface.h" TransportInterface::TransportInterface(QObject *parent) : QObject(parent) { } TransportInterface::~TransportInterface() { }