1/****************************************************************************
2** Meta object code from reading C++ file 'main.cpp'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.0.0)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include <QtCore/qbytearray.h>
11#include <QtCore/qmetatype.h>
12#include <QtCore/qplugin.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'main.cpp' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 68
16#error "This file was generated using the moc from 6.0.0. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
24struct qt_meta_stringdata_QMinimalEglIntegrationPlugin_t {
25 const uint offsetsAndSize[2];
26 char stringdata0[29];
27};
28#define QT_MOC_LITERAL(ofs, len) \
29 uint(offsetof(qt_meta_stringdata_QMinimalEglIntegrationPlugin_t, stringdata0) + ofs), len
30static const qt_meta_stringdata_QMinimalEglIntegrationPlugin_t qt_meta_stringdata_QMinimalEglIntegrationPlugin = {
31 {
32QT_MOC_LITERAL(0, 28) // "QMinimalEglIntegrationPlugin"
33
34 },
35 "QMinimalEglIntegrationPlugin"
36};
37#undef QT_MOC_LITERAL
38
39static const uint qt_meta_data_QMinimalEglIntegrationPlugin[] = {
40
41 // content:
42 9, // revision
43 0, // classname
44 0, 0, // classinfo
45 0, 0, // methods
46 0, 0, // properties
47 0, 0, // enums/sets
48 0, 0, // constructors
49 0, // flags
50 0, // signalCount
51
52 0 // eod
53};
54
55void QMinimalEglIntegrationPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
56{
57 Q_UNUSED(_o);
58 Q_UNUSED(_id);
59 Q_UNUSED(_c);
60 Q_UNUSED(_a);
61}
62
63const QMetaObject QMinimalEglIntegrationPlugin::staticMetaObject = { {
64 QMetaObject::SuperData::link<QPlatformIntegrationPlugin::staticMetaObject>(),
65 qt_meta_stringdata_QMinimalEglIntegrationPlugin.offsetsAndSize,
66 qt_meta_data_QMinimalEglIntegrationPlugin,
67 qt_static_metacall,
68 nullptr,
69 nullptr,
70 nullptr
71} };
72
73
74const QMetaObject *QMinimalEglIntegrationPlugin::metaObject() const
75{
76 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
77}
78
79void *QMinimalEglIntegrationPlugin::qt_metacast(const char *_clname)
80{
81 if (!_clname) return nullptr;
82 if (!strcmp(_clname, qt_meta_stringdata_QMinimalEglIntegrationPlugin.stringdata0))
83 return static_cast<void*>(this);
84 return QPlatformIntegrationPlugin::qt_metacast(_clname);
85}
86
87int QMinimalEglIntegrationPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
88{
89 _id = QPlatformIntegrationPlugin::qt_metacall(_c, _id, _a);
90 return _id;
91}
92
93QT_PLUGIN_METADATA_SECTION
94static constexpr unsigned char qt_pluginMetaData_QMinimalEglIntegrationPlugin[] = {
95 'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!',
96 // metadata version, Qt version, architectural requirements
97 0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(),
98 0xbf,
99 // "IID"
100 0x02, 0x78, 0x3e, 'o', 'r', 'g', '.', 'q',
101 't', '-', 'p', 'r', 'o', 'j', 'e', 'c',
102 't', '.', 'Q', 't', '.', 'Q', 'P', 'A',
103 '.', 'Q', 'P', 'l', 'a', 't', 'f', 'o',
104 'r', 'm', 'I', 'n', 't', 'e', 'g', 'r',
105 'a', 't', 'i', 'o', 'n', 'F', 'a', 'c',
106 't', 'o', 'r', 'y', 'I', 'n', 't', 'e',
107 'r', 'f', 'a', 'c', 'e', '.', '5', '.',
108 '3',
109 // "className"
110 0x03, 0x78, 0x1c, 'Q', 'M', 'i', 'n', 'i',
111 'm', 'a', 'l', 'E', 'g', 'l', 'I', 'n',
112 't', 'e', 'g', 'r', 'a', 't', 'i', 'o',
113 'n', 'P', 'l', 'u', 'g', 'i', 'n',
114 // "MetaData"
115 0x04, 0xa1, 0x64, 'K', 'e', 'y', 's', 0x81,
116 0x6a, 'm', 'i', 'n', 'i', 'm', 'a', 'l',
117 'e', 'g', 'l',
118 0xff,
119};
120QT_MOC_EXPORT_PLUGIN(QMinimalEglIntegrationPlugin, QMinimalEglIntegrationPlugin)
121
122QT_WARNING_POP
123QT_END_MOC_NAMESPACE
124