17 lines
431 B
C++
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
|