qskinny/src/controls/QskSkinFactory.cpp

18 lines
464 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
2018-08-03 08:15:28 +02:00
QskSkinFactory::QskSkinFactory( QObject* parent )
: QObject( parent )
2017-07-21 18:21:34 +02:00
{
}
QskSkinFactory::~QskSkinFactory()
2017-07-21 18:21:34 +02:00
{
}
#include "moc_QskSkinFactory.cpp"