qt-material-widgets/style.h

17 lines
166 B
C
Raw Normal View History

2016-03-18 09:12:43 +00:00
#ifndef STYLE_H
#define STYLE_H
2016-03-18 09:24:51 +00:00
#include <QCommonStyle>
class Style : public QCommonStyle
{
Q_OBJECT
public:
Style();
~Style();
};
2016-03-18 09:12:43 +00:00
#endif // STYLE_H