9#include "../../../../src/dialogs/filedatedialog.h"
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 'filedatedialog.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.0. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
34struct qt_meta_tag_ZN14FileDateDialogE_t {};
37template <>
constexpr inline auto FileDateDialog::qt_create_metaobjectdata<qt_meta_tag_ZN14FileDateDialogE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
48 QtMocHelpers::UintData qt_methods {
50 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
52 QtMocHelpers::SlotData<void(int)>(3, 2, QMC::AccessPrivate, QMetaType::Void, {{
53 { QMetaType::Int, 4 },
56 QtMocHelpers::UintData qt_properties {
58 QtMocHelpers::UintData qt_enums {
60 return QtMocHelpers::metaObjectData<FileDateDialog, qt_meta_tag_ZN14FileDateDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
61 qt_methods, qt_properties, qt_enums);
63Q_CONSTINIT
const QMetaObject FileDateDialog::staticMetaObject = { {
64 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
65 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14FileDateDialogE_t>.stringdata,
66 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14FileDateDialogE_t>.data,
69 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN14FileDateDialogE_t>.metaTypes,
73void FileDateDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
75 auto *_t =
static_cast<FileDateDialog *
>(_o);
76 if (_c == QMetaObject::InvokeMetaMethod) {
78 case 0: _t->accept();
break;
79 case 1: _t->dateSelected((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
85const QMetaObject *FileDateDialog::metaObject()
const
87 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
90void *FileDateDialog::qt_metacast(
const char *_clname)
92 if (!_clname)
return nullptr;
93 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14FileDateDialogE_t>.strings))
94 return static_cast<void*
>(
this);
95 return QDialog::qt_metacast(_clname);
98int FileDateDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
100 _id = QDialog::qt_metacall(_c, _id, _a);
103 if (_c == QMetaObject::InvokeMetaMethod) {
105 qt_static_metacall(
this, _c, _id, _a);
108 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
110 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();