miqt/qt6/qml/gen_qqmlmoduleregistration.h
2025-04-04 08:53:16 +02:00

30 lines
555 B
C++

#pragma once
#ifndef MIQT_QT6_QML_GEN_QQMLMODULEREGISTRATION_H
#define MIQT_QT6_QML_GEN_QQMLMODULEREGISTRATION_H
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#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