mirror of
https://github.com/mappu/miqt.git
synced 2025-04-16 18:40:24 +00:00
17 lines
279 B
C++
17 lines
279 B
C++
#include <QQmlModuleRegistration>
|
|
#include <qqmlmoduleregistration.h>
|
|
#include "gen_qqmlmoduleregistration.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern C */
|
|
#endif
|
|
|
|
void QQmlModuleRegistration_delete(QQmlModuleRegistration* self) {
|
|
delete self;
|
|
}
|
|
|