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 != 68
21#error "This file was generated using the moc from 6.8.1. 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 {};
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN19CustomProfileDialogE = QtMocHelpers::stringData(
40 "CustomProfileDialog",
41 "on_buttonBox_accepted",
43 "on_widthSpinner_editingFinished",
44 "on_heightSpinner_editingFinished",
45 "on_fpsSpinner_editingFinished",
46 "on_fpsComboBox_textActivated",
48 "on_resolutionComboBox_textActivated",
49 "on_aspectRatioComboBox_textActivated"
52#error "qtmochelpers.h not found or too old."
55Q_CONSTINIT
static const uint qt_meta_data_ZN19CustomProfileDialogE[] = {
69 1, 0, 56, 2, 0x08, 1 ,
70 3, 0, 57, 2, 0x08, 2 ,
71 4, 0, 58, 2, 0x08, 3 ,
72 5, 0, 59, 2, 0x08, 4 ,
73 6, 1, 60, 2, 0x08, 5 ,
74 8, 1, 63, 2, 0x08, 7 ,
75 9, 1, 66, 2, 0x08, 9 ,
82 QMetaType::Void, QMetaType::QString, 7,
83 QMetaType::Void, QMetaType::QString, 7,
84 QMetaType::Void, QMetaType::QString, 7,
89Q_CONSTINIT
const QMetaObject CustomProfileDialog::staticMetaObject = { {
90 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
91 qt_meta_stringdata_ZN19CustomProfileDialogE.offsetsAndSizes,
92 qt_meta_data_ZN19CustomProfileDialogE,
95 qt_incomplete_metaTypeArray<qt_meta_tag_ZN19CustomProfileDialogE_t,
97 QtPrivate::TypeAndForceComplete<CustomProfileDialog, std::true_type>,
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 QtPrivate::TypeAndForceComplete<void, std::false_type>,
105 QtPrivate::TypeAndForceComplete<void, std::false_type>,
107 QtPrivate::TypeAndForceComplete<void, std::false_type>,
108 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
110 QtPrivate::TypeAndForceComplete<void, std::false_type>,
111 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
113 QtPrivate::TypeAndForceComplete<void, std::false_type>,
114 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
119void CustomProfileDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
121 auto *_t =
static_cast<CustomProfileDialog *
>(_o);
122 if (_c == QMetaObject::InvokeMetaMethod) {
124 case 0: _t->on_buttonBox_accepted();
break;
125 case 1: _t->on_widthSpinner_editingFinished();
break;
126 case 2: _t->on_heightSpinner_editingFinished();
break;
127 case 3: _t->on_fpsSpinner_editingFinished();
break;
128 case 4: _t->on_fpsComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
129 case 5: _t->on_resolutionComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
130 case 6: _t->on_aspectRatioComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
136const QMetaObject *CustomProfileDialog::metaObject()
const
138 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
141void *CustomProfileDialog::qt_metacast(
const char *_clname)
143 if (!_clname)
return nullptr;
144 if (!strcmp(_clname, qt_meta_stringdata_ZN19CustomProfileDialogE.stringdata0))
145 return static_cast<void*
>(
this);
146 return QDialog::qt_metacast(_clname);
149int CustomProfileDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
151 _id = QDialog::qt_metacall(_c, _id, _a);
154 if (_c == QMetaObject::InvokeMetaMethod) {
156 qt_static_metacall(
this, _c, _id, _a);
159 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
161 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();