17 lines
399 B
C++
17 lines
399 B
C++
/******************************************************************************
|
|
* QSkinny - Copyright (C) The authors
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*****************************************************************************/
|
|
|
|
#ifndef QSK_QML_EXPORT_H
|
|
#define QSK_QML_EXPORT_H
|
|
|
|
#include "QskQmlGlobal.h"
|
|
|
|
namespace QskQml
|
|
{
|
|
QSK_QML_EXPORT void registerTypes();
|
|
}
|
|
|
|
#endif
|