2017-07-21 16:21:34 +00:00
|
|
|
/******************************************************************************
|
|
|
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
|
|
|
* This file may be used under the terms of the QSkinny License, Version 1.0
|
|
|
|
*****************************************************************************/
|
|
|
|
|
2018-10-04 08:34:44 +00:00
|
|
|
#ifndef QSK_QML_EXPORT_H
|
|
|
|
#define QSK_QML_EXPORT_H
|
2017-07-21 16:21:34 +00:00
|
|
|
|
2018-10-12 06:03:03 +00:00
|
|
|
#include "QskQmlGlobal.h"
|
2017-07-21 16:21:34 +00:00
|
|
|
|
2018-10-04 08:34:44 +00:00
|
|
|
namespace QskQml
|
2017-07-21 16:21:34 +00:00
|
|
|
{
|
2018-10-12 06:03:03 +00:00
|
|
|
QSK_QML_EXPORT void registerTypes();
|
2017-07-21 16:21:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|