qskinny/src/controls/QskSkinFactory.cpp

18 lines
463 B
C++
Raw Normal View History

/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* This file may be used under the terms of the QSkinny License, Version 1.0
*****************************************************************************/
2017-07-21 18:21:34 +02:00
#include "QskSkinFactory.h"
2017-07-21 18:21:34 +02:00
QskSkinFactory::QskSkinFactory( QObject* parent ):
QObject( parent )
{
}
QskSkinFactory::~QskSkinFactory()
2017-07-21 18:21:34 +02:00
{
}
#include "moc_QskSkinFactory.cpp"