QSkinny 0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskSkinFactory.cpp
1/******************************************************************************
2 * QSkinny - Copyright (C) The authors
3 * SPDX-License-Identifier: BSD-3-Clause
4 *****************************************************************************/
5
6#include "QskSkinFactory.h"
7
8QskSkinFactory::QskSkinFactory( QObject* parent )
9 : QObject( parent )
10{
11}
12
13QskSkinFactory::~QskSkinFactory()
14{
15}
16
17#include "moc_QskSkinFactory.cpp"