nymea/libhive/deviceplugin.cpp

13 lines
113 B
C++

#include "deviceplugin.h"
DevicePlugin::~DevicePlugin()
{
}
DevicePlugin::DevicePlugin(QObject *parent)
{
}