10#include <QtGui/qtextcursor.h>
11#include <QtCore/qmetatype.h>
13#include <QtCore/qtmochelpers.h>
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'settingsdialog.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 68
22#error "This file was generated using the moc from 6.8.3. It"
23#error "cannot be used with the include files from this version of Qt."
24#error "(The moc has changed too much.)"
33QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN14SettingsDialogE = QtMocHelpers::stringData(
48#error "qtmochelpers.h not found or too old."
65 1, 0, 32, 2, 0x08, 1 ,
66 3, 0, 33, 2, 0x08, 2 ,
67 4, 0, 34, 2, 0x08, 3 ,
77Q_CONSTINIT const QMetaObject SettingsDialog::staticMetaObject = { {
78 QMetaObject::SuperData::link<MultiPageDialogBase::staticMetaObject>(),
79 qt_meta_stringdata_ZN14SettingsDialogE.offsetsAndSizes,
83 qt_incomplete_metaTypeArray<qt_meta_tag_ZN14SettingsDialogE_t,
85 QtPrivate::TypeAndForceComplete<SettingsDialog, std::true_type>,
87 QtPrivate::TypeAndForceComplete<void, std::false_type>,
89 QtPrivate::TypeAndForceComplete<void, std::false_type>,
91 QtPrivate::TypeAndForceComplete<void, std::false_type>
96void SettingsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
99 if (_c == QMetaObject::InvokeMetaMethod) {
101 case 0: _t->slotApply();
break;
102 case 1: _t->slotOk();
break;
103 case 2: _t->slotDefault();
break;
110const QMetaObject *SettingsDialog::metaObject()
const
112 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
115void *SettingsDialog::qt_metacast(
const char *_clname)
117 if (!_clname)
return nullptr;
118 if (!strcmp(_clname, qt_meta_stringdata_ZN14SettingsDialogE.stringdata0))
119 return static_cast<void*
>(
this);
120 return MultiPageDialogBase::qt_metacast(_clname);
123int SettingsDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
125 _id = MultiPageDialogBase::qt_metacall(_c, _id, _a);
128 if (_c == QMetaObject::InvokeMetaMethod) {
130 qt_static_metacall(
this, _c, _id, _a);
133 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
135 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
SettingsDialog(QWidget *parent, Settings::OptionState *state)
Definition settingsdialog.cpp:32
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN14SettingsDialogE[]
Definition moc_settingsdialog.cpp:51
Definition moc_parser.cpp:33