qt-material-widgets/style.cpp

11 lines
81 B
C++

#include "style.h"
Style::Style()
: QCommonStyle()
{
}
Style::~Style()
{
}