00001
00002
00003
00004
00005
00006
00007
00008
00009 #include "../Checklist/ChecklistGuideWizard.h"
00010 #include <QtCore/qbytearray.h>
00011 #include <QtCore/qmetatype.h>
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'ChecklistGuideWizard.h' doesn't include <QObject>."
00014 #elif Q_MOC_OUTPUT_REVISION != 67
00015 #error "This file was generated using the moc from 5.6.1. It"
00016 #error "cannot be used with the include files from this version of Qt."
00017 #error "(The moc has changed too much.)"
00018 #endif
00019
00020 QT_BEGIN_MOC_NAMESPACE
00021 struct qt_meta_stringdata_ChecklistGuideWizard_t {
00022 QByteArrayData data[1];
00023 char stringdata0[21];
00024 };
00025 #define QT_MOC_LITERAL(idx, ofs, len) \
00026 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
00027 qptrdiff(offsetof(qt_meta_stringdata_ChecklistGuideWizard_t, stringdata0) + ofs \
00028 - idx * sizeof(QByteArrayData)) \
00029 )
00030 static const qt_meta_stringdata_ChecklistGuideWizard_t qt_meta_stringdata_ChecklistGuideWizard = {
00031 {
00032 QT_MOC_LITERAL(0, 0, 20)
00033
00034 },
00035 "ChecklistGuideWizard"
00036 };
00037 #undef QT_MOC_LITERAL
00038
00039 static const uint qt_meta_data_ChecklistGuideWizard[] = {
00040
00041
00042 7,
00043 0,
00044 0, 0,
00045 0, 0,
00046 0, 0,
00047 0, 0,
00048 0, 0,
00049 0,
00050 0,
00051
00052 0
00053 };
00054
00055 void ChecklistGuideWizard::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00056 {
00057 Q_UNUSED(_o);
00058 Q_UNUSED(_id);
00059 Q_UNUSED(_c);
00060 Q_UNUSED(_a);
00061 }
00062
00063 const QMetaObject ChecklistGuideWizard::staticMetaObject = {
00064 { &QWizard::staticMetaObject, qt_meta_stringdata_ChecklistGuideWizard.data,
00065 qt_meta_data_ChecklistGuideWizard, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
00066 };
00067
00068
00069 const QMetaObject *ChecklistGuideWizard::metaObject() const
00070 {
00071 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
00072 }
00073
00074 void *ChecklistGuideWizard::qt_metacast(const char *_clname)
00075 {
00076 if (!_clname) return Q_NULLPTR;
00077 if (!strcmp(_clname, qt_meta_stringdata_ChecklistGuideWizard.stringdata0))
00078 return static_cast<void*>(const_cast< ChecklistGuideWizard*>(this));
00079 return QWizard::qt_metacast(_clname);
00080 }
00081
00082 int ChecklistGuideWizard::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00083 {
00084 _id = QWizard::qt_metacall(_c, _id, _a);
00085 if (_id < 0)
00086 return _id;
00087 return _id;
00088 }
00089 QT_END_MOC_NAMESPACE