/**************************************************************************** ** Meta object code from reading C++ file 'property_item_delegate.h' ** ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.6.2) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../../../src/app/property_item_delegate.h" #include #if __has_include() #include #else QT_BEGIN_MOC_NAMESPACE #endif #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'property_item_delegate.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 68 #error "This file was generated using the moc from 6.6.2. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif #ifndef Q_CONSTINIT #define Q_CONSTINIT #endif QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED QT_WARNING_DISABLE_GCC("-Wuseless-cast") namespace { #ifdef QT_MOC_HAS_STRINGDATA struct qt_meta_stringdata_CLASSMayoSCOPEPropertyItemDelegateENDCLASS_t {}; constexpr auto qt_meta_stringdata_CLASSMayoSCOPEPropertyItemDelegateENDCLASS = QtMocHelpers::stringData( "Mayo::PropertyItemDelegate" ); #else // !QT_MOC_HAS_STRING_DATA struct qt_meta_stringdata_CLASSMayoSCOPEPropertyItemDelegateENDCLASS_t { uint offsetsAndSizes[2]; char stringdata0[27]; }; #define QT_MOC_LITERAL(ofs, len) \ uint(sizeof(qt_meta_stringdata_CLASSMayoSCOPEPropertyItemDelegateENDCLASS_t::offsetsAndSizes) + ofs), len Q_CONSTINIT static const qt_meta_stringdata_CLASSMayoSCOPEPropertyItemDelegateENDCLASS_t qt_meta_stringdata_CLASSMayoSCOPEPropertyItemDelegateENDCLASS = { { QT_MOC_LITERAL(0, 26) // "Mayo::PropertyItemDelegate" }, "Mayo::PropertyItemDelegate" }; #undef QT_MOC_LITERAL #endif // !QT_MOC_HAS_STRING_DATA } // unnamed namespace Q_CONSTINIT static const uint qt_meta_data_CLASSMayoSCOPEPropertyItemDelegateENDCLASS[] = { // content: 12, // revision 0, // classname 0, 0, // classinfo 0, 0, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 0, // signalCount 0 // eod }; Q_CONSTINIT const QMetaObject Mayo::PropertyItemDelegate::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_CLASSMayoSCOPEPropertyItemDelegateENDCLASS.offsetsAndSizes, qt_meta_data_CLASSMayoSCOPEPropertyItemDelegateENDCLASS, qt_static_metacall, nullptr, qt_incomplete_metaTypeArray >, nullptr } }; void Mayo::PropertyItemDelegate::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { (void)_o; (void)_id; (void)_c; (void)_a; } const QMetaObject *Mayo::PropertyItemDelegate::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *Mayo::PropertyItemDelegate::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_CLASSMayoSCOPEPropertyItemDelegateENDCLASS.stringdata0)) return static_cast(this); return QStyledItemDelegate::qt_metacast(_clname); } int Mayo::PropertyItemDelegate::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QStyledItemDelegate::qt_metacall(_c, _id, _a); return _id; } QT_WARNING_POP