qskinny/qmlexport/QskQmlModule.h
Uwe Rathmann 2b629123f9 questionable shadow class removed, using QQmlPrivate::RegisterType
again. Qt5 is using public APIs only - too many #ifdefs otherwise
2024-03-05 08:27:30 +01:00

18 lines
428 B
C++

/******************************************************************************
* QSkinny - Copyright (C) The authors
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#ifndef QSK_QML_MODULE_H
#define QSK_QML_MODULE_H
namespace QskQmlModule
{
const char name[] = "Skinny";
// major, minor
const int version[] = { 1, 0 };
}
#endif