1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'CheckBox.h' |
3 | ** |
4 | ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.7) |
5 | ** |
6 | ** WARNING! All changes made in this file will be lost! |
7 | *****************************************************************************/ |
8 | |
9 | #include <memory> |
10 | #include "../../../../../3rdparty/unioncode-GitQlient/src/aux_widgets/CheckBox.h" |
11 | #include <QtCore/qbytearray.h> |
12 | #include <QtCore/qmetatype.h> |
13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
14 | #error "The header file 'CheckBox.h' doesn't include <QObject>." |
15 | #elif Q_MOC_OUTPUT_REVISION != 67 |
16 | #error "This file was generated using the moc from 5.15.7. 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 | |
21 | QT_BEGIN_MOC_NAMESPACE |
22 | QT_WARNING_PUSH |
23 | QT_WARNING_DISABLE_DEPRECATED |
24 | struct qt_meta_stringdata_CheckBox_t { |
25 | QByteArrayData data[1]; |
26 | char stringdata0[9]; |
27 | }; |
28 | #define QT_MOC_LITERAL(idx, ofs, len) \ |
29 | Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ |
30 | qptrdiff(offsetof(qt_meta_stringdata_CheckBox_t, stringdata0) + ofs \ |
31 | - idx * sizeof(QByteArrayData)) \ |
32 | ) |
33 | static const qt_meta_stringdata_CheckBox_t qt_meta_stringdata_CheckBox = { |
34 | { |
35 | QT_MOC_LITERAL(0, 0, 8) // "CheckBox" |
36 | |
37 | }, |
38 | "CheckBox" |
39 | }; |
40 | #undef QT_MOC_LITERAL |
41 | |
42 | static const uint qt_meta_data_CheckBox[] = { |
43 | |
44 | // content: |
45 | 8, // revision |
46 | 0, // classname |
47 | 0, 0, // classinfo |
48 | 0, 0, // methods |
49 | 0, 0, // properties |
50 | 0, 0, // enums/sets |
51 | 0, 0, // constructors |
52 | 0, // flags |
53 | 0, // signalCount |
54 | |
55 | 0 // eod |
56 | }; |
57 | |
58 | void CheckBox::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
59 | { |
60 | (void)_o; |
61 | (void)_id; |
62 | (void)_c; |
63 | (void)_a; |
64 | } |
65 | |
66 | QT_INIT_METAOBJECT const QMetaObject CheckBox::staticMetaObject = { { |
67 | QMetaObject::SuperData::link<QCheckBox::staticMetaObject>(), |
68 | qt_meta_stringdata_CheckBox.data, |
69 | qt_meta_data_CheckBox, |
70 | qt_static_metacall, |
71 | nullptr, |
72 | nullptr |
73 | } }; |
74 | |
75 | |
76 | const QMetaObject *CheckBox::metaObject() const |
77 | { |
78 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
79 | } |
80 | |
81 | void *CheckBox::qt_metacast(const char *_clname) |
82 | { |
83 | if (!_clname) return nullptr; |
84 | if (!strcmp(_clname, qt_meta_stringdata_CheckBox.stringdata0)) |
85 | return static_cast<void*>(this); |
86 | return QCheckBox::qt_metacast(_clname); |
87 | } |
88 | |
89 | int CheckBox::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
90 | { |
91 | _id = QCheckBox::qt_metacall(_c, _id, _a); |
92 | return _id; |
93 | } |
94 | QT_WARNING_POP |
95 | QT_END_MOC_NAMESPACE |
96 | |