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 'php5writer.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_ZN10Php5WriterE = QtMocHelpers::stringData(
43#error "qtmochelpers.h not found or too old."
62Q_CONSTINIT const QMetaObject Php5Writer::staticMetaObject = { {
63 QMetaObject::SuperData::link<SimpleCodeGenerator::staticMetaObject>(),
64 qt_meta_stringdata_ZN10Php5WriterE.offsetsAndSizes,
68 qt_incomplete_metaTypeArray<qt_meta_tag_ZN10Php5WriterE_t,
70 QtPrivate::TypeAndForceComplete<Php5Writer, std::true_type>
75void Php5Writer::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
84const QMetaObject *Php5Writer::metaObject()
const
86 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
89void *Php5Writer::qt_metacast(
const char *_clname)
91 if (!_clname)
return nullptr;
92 if (!strcmp(_clname, qt_meta_stringdata_ZN10Php5WriterE.stringdata0))
93 return static_cast<void*
>(
this);
94 return SimpleCodeGenerator::qt_metacast(_clname);
97int Php5Writer::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
99 _id = SimpleCodeGenerator::qt_metacall(_c, _id, _a);
Php5Writer()
Definition php5writer.cpp:2981
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN10Php5WriterE[]
Definition moc_php5writer.cpp:46
Definition moc_parser.cpp:33