qt-material-widgets/style.cpp

11 lines
81 B
C++
Raw Normal View History

2016-03-18 09:12:43 +00:00
#include "style.h"
2016-03-18 09:24:51 +00:00
Style::Style()
: QCommonStyle()
{
}
Style::~Style()
{
}