test_sdk/hw/d001/d001.cpp

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

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