qskinny/examples/iot-dashboard/MyDevices.h

13 lines
178 B
C
Raw Normal View History

2020-08-17 15:19:05 +00:00
#ifndef MYDEVICES_H
#define MYDEVICES_H
#include <QskLinearBox.h>
class MyDevices : public QskLinearBox
{
public:
MyDevices( QQuickItem* parent);
};
#endif // MYDEVICES_H