13 lines
113 B
C++
13 lines
113 B
C++
#include "deviceplugin.h"
|
|
|
|
DevicePlugin::~DevicePlugin()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
DevicePlugin::DevicePlugin(QObject *parent)
|
|
{
|
|
|
|
}
|