qskinny/qmlexport/QskQml.h

17 lines
405 B
C
Raw Normal View History

2017-07-21 18:21:34 +02:00
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
2023-04-06 09:23:37 +02:00
* SPDX-License-Identifier: BSD-3-Clause
2017-07-21 18:21:34 +02:00
*****************************************************************************/
2018-10-04 10:34:44 +02:00
#ifndef QSK_QML_EXPORT_H
#define QSK_QML_EXPORT_H
2017-07-21 18:21:34 +02:00
2018-10-12 08:03:03 +02:00
#include "QskQmlGlobal.h"
2017-07-21 18:21:34 +02:00
2018-10-04 10:34:44 +02:00
namespace QskQml
2017-07-21 18:21:34 +02:00
{
2018-10-12 08:03:03 +02:00
QSK_QML_EXPORT void registerTypes();
2017-07-21 18:21:34 +02:00
}
#endif