1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'qcalendar.h' |
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 "time/qcalendar.h" |
11 | #include <QtCore/qbytearray.h> |
12 | #include <QtCore/qmetatype.h> |
13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
14 | #error "The header file 'qcalendar.h' 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 | |
21 | QT_BEGIN_MOC_NAMESPACE |
22 | QT_WARNING_PUSH |
23 | QT_WARNING_DISABLE_DEPRECATED |
24 | struct qt_meta_stringdata_QCalendar_t { |
25 | const uint offsetsAndSize[18]; |
26 | char stringdata0[75]; |
27 | }; |
28 | #define QT_MOC_LITERAL(ofs, len) \ |
29 | uint(offsetof(qt_meta_stringdata_QCalendar_t, stringdata0) + ofs), len |
30 | static const qt_meta_stringdata_QCalendar_t qt_meta_stringdata_QCalendar = { |
31 | { |
32 | QT_MOC_LITERAL(0, 9), // "QCalendar" |
33 | QT_MOC_LITERAL(10, 6), // "System" |
34 | QT_MOC_LITERAL(17, 9), // "Gregorian" |
35 | QT_MOC_LITERAL(27, 6), // "Julian" |
36 | QT_MOC_LITERAL(34, 10), // "Milankovic" |
37 | QT_MOC_LITERAL(45, 6), // "Jalali" |
38 | QT_MOC_LITERAL(52, 12), // "IslamicCivil" |
39 | QT_MOC_LITERAL(65, 4), // "Last" |
40 | QT_MOC_LITERAL(70, 4) // "User" |
41 | |
42 | }, |
43 | "QCalendar\0System\0Gregorian\0Julian\0" |
44 | "Milankovic\0Jalali\0IslamicCivil\0Last\0" |
45 | "User" |
46 | }; |
47 | #undef QT_MOC_LITERAL |
48 | |
49 | static const uint qt_meta_data_QCalendar[] = { |
50 | |
51 | // content: |
52 | 9, // revision |
53 | 0, // classname |
54 | 0, 0, // classinfo |
55 | 0, 0, // methods |
56 | 0, 0, // properties |
57 | 1, 14, // enums/sets |
58 | 0, 0, // constructors |
59 | 4, // flags |
60 | 0, // signalCount |
61 | |
62 | // enums: name, alias, flags, count, data |
63 | 1, 1, 0x2, 7, 19, |
64 | |
65 | // enum data: key, value |
66 | 2, uint(QCalendar::System::Gregorian), |
67 | 3, uint(QCalendar::System::Julian), |
68 | 4, uint(QCalendar::System::Milankovic), |
69 | 5, uint(QCalendar::System::Jalali), |
70 | 6, uint(QCalendar::System::IslamicCivil), |
71 | 7, uint(QCalendar::System::Last), |
72 | 8, uint(QCalendar::System::User), |
73 | |
74 | 0 // eod |
75 | }; |
76 | |
77 | const QMetaObject QCalendar::staticMetaObject = { { |
78 | nullptr, |
79 | qt_meta_stringdata_QCalendar.offsetsAndSize, |
80 | qt_meta_data_QCalendar, |
81 | nullptr, |
82 | nullptr, |
83 | nullptr, |
84 | nullptr |
85 | } }; |
86 | |
87 | QT_WARNING_POP |
88 | QT_END_MOC_NAMESPACE |
89 | |