qskinny/qmlexport/QskQml.h
2018-10-04 10:34:44 +02:00

17 lines
424 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 "QskGlobal.h"
namespace QskQml
{
QSK_EXPORT void registerTypes();
}
#endif