9#include "../../../../src/dialogs/systemsyncdialog.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 'systemsyncdialog.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_ZN16SystemSyncDialogE_t {};
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN16SystemSyncDialogE = QtMocHelpers::stringData(
41 "on_syncSlider_sliderReleased",
43 "on_syncSpinBox_editingFinished",
44 "on_buttonBox_rejected",
45 "on_undoButton_clicked",
46 "on_syncSpinBox_valueChanged",
48 "on_applyButton_clicked"
51#error "qtmochelpers.h not found or too old."
54Q_CONSTINIT
static const uint qt_meta_data_ZN16SystemSyncDialogE[] = {
68 1, 0, 50, 2, 0x08, 1 ,
69 3, 0, 51, 2, 0x08, 2 ,
70 4, 0, 52, 2, 0x08, 3 ,
71 5, 0, 53, 2, 0x08, 4 ,
72 6, 1, 54, 2, 0x08, 5 ,
73 8, 0, 57, 2, 0x08, 7 ,
80 QMetaType::Void, QMetaType::Int, 7,
86Q_CONSTINIT
const QMetaObject SystemSyncDialog::staticMetaObject = { {
87 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
88 qt_meta_stringdata_ZN16SystemSyncDialogE.offsetsAndSizes,
89 qt_meta_data_ZN16SystemSyncDialogE,
92 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16SystemSyncDialogE_t,
94 QtPrivate::TypeAndForceComplete<SystemSyncDialog, std::true_type>,
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
104 QtPrivate::TypeAndForceComplete<void, std::false_type>,
105 QtPrivate::TypeAndForceComplete<int, std::false_type>,
107 QtPrivate::TypeAndForceComplete<void, std::false_type>
112void SystemSyncDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
114 auto *_t =
static_cast<SystemSyncDialog *
>(_o);
115 if (_c == QMetaObject::InvokeMetaMethod) {
117 case 0: _t->on_syncSlider_sliderReleased();
break;
118 case 1: _t->on_syncSpinBox_editingFinished();
break;
119 case 2: _t->on_buttonBox_rejected();
break;
120 case 3: _t->on_undoButton_clicked();
break;
121 case 4: _t->on_syncSpinBox_valueChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
122 case 5: _t->on_applyButton_clicked();
break;
128const QMetaObject *SystemSyncDialog::metaObject()
const
130 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
133void *SystemSyncDialog::qt_metacast(
const char *_clname)
135 if (!_clname)
return nullptr;
136 if (!strcmp(_clname, qt_meta_stringdata_ZN16SystemSyncDialogE.stringdata0))
137 return static_cast<void*
>(
this);
138 return QDialog::qt_metacast(_clname);
141int SystemSyncDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
143 _id = QDialog::qt_metacall(_c, _id, _a);
146 if (_c == QMetaObject::InvokeMetaMethod) {
148 qt_static_metacall(
this, _c, _id, _a);
151 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
153 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();