10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'docbook2xhtmlgeneratorjob.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.3. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN25Docbook2XhtmlGeneratorJobE = QtMocHelpers::stringData(
40 "Docbook2XhtmlGeneratorJob",
45#error "qtmochelpers.h not found or too old."
62 1, 1, 20, 2, 0x06, 1 ,
65 QMetaType::Void, QMetaType::QString, 2,
70Q_CONSTINIT const QMetaObject Docbook2XhtmlGeneratorJob::staticMetaObject = { {
71 QMetaObject::SuperData::link<QThread::staticMetaObject>(),
72 qt_meta_stringdata_ZN25Docbook2XhtmlGeneratorJobE.offsetsAndSizes,
76 qt_incomplete_metaTypeArray<qt_meta_tag_ZN25Docbook2XhtmlGeneratorJobE_t,
78 QtPrivate::TypeAndForceComplete<Docbook2XhtmlGeneratorJob, std::true_type>,
80 QtPrivate::TypeAndForceComplete<void, std::false_type>,
81 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
86void Docbook2XhtmlGeneratorJob::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
89 if (_c == QMetaObject::InvokeMetaMethod) {
91 case 0: _t->xhtmlGenerated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
95 if (_c == QMetaObject::IndexOfMethod) {
96 int *result =
reinterpret_cast<int *
>(_a[0]);
107const QMetaObject *Docbook2XhtmlGeneratorJob::metaObject()
const
109 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
112void *Docbook2XhtmlGeneratorJob::qt_metacast(
const char *_clname)
114 if (!_clname)
return nullptr;
115 if (!strcmp(_clname, qt_meta_stringdata_ZN25Docbook2XhtmlGeneratorJobE.stringdata0))
116 return static_cast<void*
>(
this);
117 return QThread::qt_metacast(_clname);
120int Docbook2XhtmlGeneratorJob::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
122 _id = QThread::qt_metacall(_c, _id, _a);
125 if (_c == QMetaObject::InvokeMetaMethod) {
127 qt_static_metacall(
this, _c, _id, _a);
130 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
132 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
141 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
142 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
void xhtmlGenerated(const QString &)
Definition moc_docbook2xhtmlgeneratorjob.cpp:139
Docbook2XhtmlGeneratorJob(QUrl &docBookUrl, QObject *parent)
Definition docbook2xhtmlgeneratorjob.cpp:44
static Q_CONSTINIT const uint qt_meta_data_ZN25Docbook2XhtmlGeneratorJobE[]
Definition moc_docbook2xhtmlgeneratorjob.cpp:48
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33