test_sdk/hw/d002/d002.cpp

14 lines
170 B
C++
Raw Permalink Normal View History

#include "d002.h"
d002::d002(QObject *parent)
: QObject(parent)
{
}
gtl::hw::device *d002::create_device(QObject *parent)
{
return new device_d002(parent);
}