9#include "../../../../src/dialogs/customprofiledialog.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 'customprofiledialog.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_ZN19CustomProfileDialogE_t {};
37template <>
constexpr inline auto CustomProfileDialog::qt_create_metaobjectdata<qt_meta_tag_ZN19CustomProfileDialogE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "CustomProfileDialog",
42 "on_buttonBox_accepted",
44 "on_widthSpinner_editingFinished",
45 "on_heightSpinner_editingFinished",
46 "on_fpsSpinner_editingFinished",
47 "on_fpsComboBox_textActivated",
49 "on_resolutionComboBox_textActivated",
50 "on_aspectRatioComboBox_textActivated"
53 QtMocHelpers::UintData qt_methods {
55 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
57 QtMocHelpers::SlotData<void()>(3, 2, QMC::AccessPrivate, QMetaType::Void),
59 QtMocHelpers::SlotData<void()>(4, 2, QMC::AccessPrivate, QMetaType::Void),
61 QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPrivate, QMetaType::Void),
63 QtMocHelpers::SlotData<void(const QString &)>(6, 2, QMC::AccessPrivate, QMetaType::Void, {{
64 { QMetaType::QString, 7 },
67 QtMocHelpers::SlotData<
void(
const QString &)>(8, 2, QMC::AccessPrivate, QMetaType::Void, {{
68 { QMetaType::QString, 7 },
71 QtMocHelpers::SlotData<
void(
const QString &)>(9, 2, QMC::AccessPrivate, QMetaType::Void, {{
72 { QMetaType::QString, 7 },
75 QtMocHelpers::UintData qt_properties {
77 QtMocHelpers::UintData qt_enums {
79 return QtMocHelpers::metaObjectData<CustomProfileDialog, qt_meta_tag_ZN19CustomProfileDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
80 qt_methods, qt_properties, qt_enums);
82Q_CONSTINIT
const QMetaObject CustomProfileDialog::staticMetaObject = { {
83 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
84 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19CustomProfileDialogE_t>.stringdata,
85 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19CustomProfileDialogE_t>.data,
88 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN19CustomProfileDialogE_t>.metaTypes,
92void CustomProfileDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
94 auto *_t =
static_cast<CustomProfileDialog *
>(_o);
95 if (_c == QMetaObject::InvokeMetaMethod) {
97 case 0: _t->on_buttonBox_accepted();
break;
98 case 1: _t->on_widthSpinner_editingFinished();
break;
99 case 2: _t->on_heightSpinner_editingFinished();
break;
100 case 3: _t->on_fpsSpinner_editingFinished();
break;
101 case 4: _t->on_fpsComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
102 case 5: _t->on_resolutionComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
103 case 6: _t->on_aspectRatioComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
109const QMetaObject *CustomProfileDialog::metaObject()
const
111 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
114void *CustomProfileDialog::qt_metacast(
const char *_clname)
116 if (!_clname)
return nullptr;
117 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19CustomProfileDialogE_t>.strings))
118 return static_cast<void*
>(
this);
119 return QDialog::qt_metacast(_clname);
122int CustomProfileDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
124 _id = QDialog::qt_metacall(_c, _id, _a);
127 if (_c == QMetaObject::InvokeMetaMethod) {
129 qt_static_metacall(
this, _c, _id, _a);
132 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
134 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();