qskinny/qmlexport/QskQml.h
2018-10-12 08:03:03 +02:00

17 lines
431 B
C++

/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* This file may be used under the terms of the QSkinny License, Version 1.0
*****************************************************************************/
#ifndef QSK_QML_EXPORT_H
#define QSK_QML_EXPORT_H
#include "QskQmlGlobal.h"
namespace QskQml
{
QSK_QML_EXPORT void registerTypes();
}
#endif