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.7.2. 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")
35#ifdef QT_MOC_HAS_STRINGDATA
36struct qt_meta_stringdata_CLASSSystemSyncDialogENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSSystemSyncDialogENDCLASS = QtMocHelpers::stringData(
39 "on_syncSlider_sliderReleased",
41 "on_syncSpinBox_editingFinished",
42 "on_buttonBox_rejected",
43 "on_undoButton_clicked",
44 "on_syncSpinBox_valueChanged",
46 "on_applyButton_clicked"
49#error "qtmochelpers.h not found or too old."
53Q_CONSTINIT
static const uint qt_meta_data_CLASSSystemSyncDialogENDCLASS[] = {
67 1, 0, 50, 2, 0x08, 1 ,
68 3, 0, 51, 2, 0x08, 2 ,
69 4, 0, 52, 2, 0x08, 3 ,
70 5, 0, 53, 2, 0x08, 4 ,
71 6, 1, 54, 2, 0x08, 5 ,
72 8, 0, 57, 2, 0x08, 7 ,
79 QMetaType::Void, QMetaType::Int, 7,
85Q_CONSTINIT
const QMetaObject SystemSyncDialog::staticMetaObject = { {
86 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
87 qt_meta_stringdata_CLASSSystemSyncDialogENDCLASS.offsetsAndSizes,
88 qt_meta_data_CLASSSystemSyncDialogENDCLASS,
91 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSSystemSyncDialogENDCLASS_t,
93 QtPrivate::TypeAndForceComplete<SystemSyncDialog, std::true_type>,
95 QtPrivate::TypeAndForceComplete<void, std::false_type>,
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 QtPrivate::TypeAndForceComplete<void, std::false_type>,
104 QtPrivate::TypeAndForceComplete<int, std::false_type>,
106 QtPrivate::TypeAndForceComplete<void, std::false_type>
111void SystemSyncDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
113 if (_c == QMetaObject::InvokeMetaMethod) {
114 auto *_t =
static_cast<SystemSyncDialog *
>(_o);
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_CLASSSystemSyncDialogENDCLASS.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);
150 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
152 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();