2018-01-03 11:57:05 +01: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 18:21:34 +02:00
|
|
|
|
2018-01-03 11:57:05 +01:00
|
|
|
#include "QskSkinFactory.h"
|
2017-07-21 18:21:34 +02:00
|
|
|
|
|
|
|
QskSkinFactory::QskSkinFactory( QObject* parent ):
|
|
|
|
QObject( parent )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2018-01-03 11:57:05 +01:00
|
|
|
QskSkinFactory::~QskSkinFactory()
|
2017-07-21 18:21:34 +02:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
#include "moc_QskSkinFactory.cpp"
|