00001
00002
00003
00004
00005
00006
00007
00008
00009 #include "../Checklist/ChecklistGuideBrowser.h"
00010 #include <QtCore/qbytearray.h>
00011 #include <QtCore/qmetatype.h>
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'ChecklistGuideBrowser.h' doesn't include <QObject>."
00014 #elif Q_MOC_OUTPUT_REVISION != 67
00015 #error "This file was generated using the moc from 5.6.0. 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_ChecklistGuideBrowser_t {
00022 QByteArrayData data[4];
00023 char stringdata0[45];
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_ChecklistGuideBrowser_t, stringdata0) + ofs \
00028 - idx * sizeof(QByteArrayData)) \
00029 )
00030 static const qt_meta_stringdata_ChecklistGuideBrowser_t qt_meta_stringdata_ChecklistGuideBrowser = {
00031 {
00032 QT_MOC_LITERAL(0, 0, 21),
00033 QT_MOC_LITERAL(1, 22, 17),
00034 QT_MOC_LITERAL(2, 40, 0),
00035 QT_MOC_LITERAL(3, 41, 3)
00036
00037 },
00038 "ChecklistGuideBrowser\0slotAnchorClicked\0"
00039 "\0url"
00040 };
00041 #undef QT_MOC_LITERAL
00042
00043 static const uint qt_meta_data_ChecklistGuideBrowser[] = {
00044
00045
00046 7,
00047 0,
00048 0, 0,
00049 1, 14,
00050 0, 0,
00051 0, 0,
00052 0, 0,
00053 0,
00054 0,
00055
00056
00057 1, 1, 19, 2, 0x08 ,
00058
00059
00060 QMetaType::Void, QMetaType::QUrl, 3,
00061
00062 0
00063 };
00064
00065 void ChecklistGuideBrowser::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00066 {
00067 if (_c == QMetaObject::InvokeMetaMethod) {
00068 ChecklistGuideBrowser *_t = static_cast<ChecklistGuideBrowser *>(_o);
00069 Q_UNUSED(_t)
00070 switch (_id) {
00071 case 0: _t->slotAnchorClicked((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
00072 default: ;
00073 }
00074 }
00075 }
00076
00077 const QMetaObject ChecklistGuideBrowser::staticMetaObject = {
00078 { &QTextBrowser::staticMetaObject, qt_meta_stringdata_ChecklistGuideBrowser.data,
00079 qt_meta_data_ChecklistGuideBrowser, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
00080 };
00081
00082
00083 const QMetaObject *ChecklistGuideBrowser::metaObject() const
00084 {
00085 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
00086 }
00087
00088 void *ChecklistGuideBrowser::qt_metacast(const char *_clname)
00089 {
00090 if (!_clname) return Q_NULLPTR;
00091 if (!strcmp(_clname, qt_meta_stringdata_ChecklistGuideBrowser.stringdata0))
00092 return static_cast<void*>(const_cast< ChecklistGuideBrowser*>(this));
00093 return QTextBrowser::qt_metacast(_clname);
00094 }
00095
00096 int ChecklistGuideBrowser::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00097 {
00098 _id = QTextBrowser::qt_metacall(_c, _id, _a);
00099 if (_id < 0)
00100 return _id;
00101 if (_c == QMetaObject::InvokeMetaMethod) {
00102 if (_id < 1)
00103 qt_static_metacall(this, _c, _id, _a);
00104 _id -= 1;
00105 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
00106 if (_id < 1)
00107 *reinterpret_cast<int*>(_a[0]) = -1;
00108 _id -= 1;
00109 }
00110 return _id;
00111 }
00112 QT_END_MOC_NAMESPACE