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