13 lines
178 B
C
13 lines
178 B
C
|
#ifndef MYDEVICES_H
|
||
|
#define MYDEVICES_H
|
||
|
|
||
|
#include <QskLinearBox.h>
|
||
|
|
||
|
class MyDevices : public QskLinearBox
|
||
|
{
|
||
|
public:
|
||
|
MyDevices( QQuickItem* parent);
|
||
|
};
|
||
|
|
||
|
#endif // MYDEVICES_H
|