controls/QskSkinFactory.cpp

Source code

/******************************************************************************
 * QSkinny - Copyright (C) 2016 Uwe Rathmann
 * This file may be used under the terms of the QSkinny License, Version 1.0
 *****************************************************************************/

#include "QskSkinFactory.h"

QskSkinFactory::QskSkinFactory( QObject* parent )
    : QObject( parent )
{
}

QskSkinFactory::~QskSkinFactory()
{
}

#include "moc_QskSkinFactory.cpp"

Updated on 28 July 2023 at 14:02:30 CEST