qskinny/examples/iot-dashboard/MyDevices.h

13 lines
169 B
C
Raw Normal View History

2020-08-17 15:19:05 +00:00
#ifndef MYDEVICES_H
#define MYDEVICES_H
2020-09-17 14:47:34 +00:00
#include "Box.h"
2020-08-17 15:19:05 +00:00
2020-09-17 14:47:34 +00:00
class MyDevices : public Box
2020-08-17 15:19:05 +00:00
{
2020-09-17 14:47:34 +00:00
public:
MyDevices( QQuickItem* parent );
2020-08-17 15:19:05 +00:00
};
#endif // MYDEVICES_H