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