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
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
24struct 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
30static const qt_meta_stringdata_QCalendar_t qt_meta_stringdata_QCalendar = {
31 {
32QT_MOC_LITERAL(0, 9), // "QCalendar"
33QT_MOC_LITERAL(10, 6), // "System"
34QT_MOC_LITERAL(17, 9), // "Gregorian"
35QT_MOC_LITERAL(27, 6), // "Julian"
36QT_MOC_LITERAL(34, 10), // "Milankovic"
37QT_MOC_LITERAL(45, 6), // "Jalali"
38QT_MOC_LITERAL(52, 12), // "IslamicCivil"
39QT_MOC_LITERAL(65, 4), // "Last"
40QT_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
49static 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
77const 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
87QT_WARNING_POP
88QT_END_MOC_NAMESPACE
89