qskinny/examples/iot-dashboard/Usage.h

13 lines
158 B
C
Raw Normal View History

2020-08-12 15:11:00 +00:00
#ifndef USAGE_H
#define USAGE_H
#include <QskLinearBox.h>
class Usage : public QskLinearBox
{
public:
Usage( QQuickItem* parent);
};
#endif // USAGE_H