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 'associationgeneralpage.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_ZN22AssociationGeneralPageE = QtMocHelpers::stringData(
40 "AssociationGeneralPage",
41 "slotStereoCheckboxChanged",
46#error "qtmochelpers.h not found or too old."
63 1, 1, 20, 2, 0x0a, 1 ,
66 QMetaType::Void, QMetaType::Int, 3,
71Q_CONSTINIT const QMetaObject AssociationGeneralPage::staticMetaObject = { {
72 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
73 qt_meta_stringdata_ZN22AssociationGeneralPageE.offsetsAndSizes,
77 qt_incomplete_metaTypeArray<qt_meta_tag_ZN22AssociationGeneralPageE_t,
79 QtPrivate::TypeAndForceComplete<AssociationGeneralPage, std::true_type>,
81 QtPrivate::TypeAndForceComplete<void, std::false_type>,
82 QtPrivate::TypeAndForceComplete<int, std::false_type>
87void AssociationGeneralPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
90 if (_c == QMetaObject::InvokeMetaMethod) {
92 case 0: _t->slotStereoCheckboxChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
98const QMetaObject *AssociationGeneralPage::metaObject()
const
100 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
103void *AssociationGeneralPage::qt_metacast(
const char *_clname)
105 if (!_clname)
return nullptr;
106 if (!strcmp(_clname, qt_meta_stringdata_ZN22AssociationGeneralPageE.stringdata0))
107 return static_cast<void*
>(
this);
108 return DialogPageBase::qt_metacast(_clname);
111int AssociationGeneralPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
113 _id = DialogPageBase::qt_metacall(_c, _id, _a);
116 if (_c == QMetaObject::InvokeMetaMethod) {
118 qt_static_metacall(
this, _c, _id, _a);
121 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
123 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
AssociationGeneralPage(QWidget *parent, AssociationWidget *a)
Definition associationgeneralpage.cpp:44
static Q_CONSTINIT const uint qt_meta_data_ZN22AssociationGeneralPageE[]
Definition moc_associationgeneralpage.cpp:49
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33
Definition moc_associationgeneralpage.cpp:34