#pragma once #ifndef MIQT_QT6_QML_GEN_QQMLMODULEREGISTRATION_H #define MIQT_QT6_QML_GEN_QQMLMODULEREGISTRATION_H #include #include #include #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #include "../../libmiqt/libmiqt.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus class QQmlModuleRegistration; #else typedef struct QQmlModuleRegistration QQmlModuleRegistration; #endif void QQmlModuleRegistration_delete(QQmlModuleRegistration* self); #ifdef __cplusplus } /* extern C */ #endif #endif