CuteLogger
Fast and simple logging solution for Qt based applications
moc_systemsyncdialog.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'systemsyncdialog.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.7.2)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/dialogs/systemsyncdialog.h"
10#include <QtCore/qmetatype.h>
11
12#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
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.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
34
35#ifdef QT_MOC_HAS_STRINGDATA
36struct qt_meta_stringdata_CLASSSystemSyncDialogENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSSystemSyncDialogENDCLASS = QtMocHelpers::stringData(
38 "SystemSyncDialog",
39 "on_syncSlider_sliderReleased",
40 "",
41 "on_syncSpinBox_editingFinished",
42 "on_buttonBox_rejected",
43 "on_undoButton_clicked",
44 "on_syncSpinBox_valueChanged",
45 "arg1",
46 "on_applyButton_clicked"
47);
48#else // !QT_MOC_HAS_STRINGDATA
49#error "qtmochelpers.h not found or too old."
50#endif // !QT_MOC_HAS_STRINGDATA
51} // unnamed namespace
52
53Q_CONSTINIT static const uint qt_meta_data_CLASSSystemSyncDialogENDCLASS[] = {
54
55 // content:
56 12, // revision
57 0, // classname
58 0, 0, // classinfo
59 6, 14, // methods
60 0, 0, // properties
61 0, 0, // enums/sets
62 0, 0, // constructors
63 0, // flags
64 0, // signalCount
65
66 // slots: name, argc, parameters, tag, flags, initial metatype offsets
67 1, 0, 50, 2, 0x08, 1 /* Private */,
68 3, 0, 51, 2, 0x08, 2 /* Private */,
69 4, 0, 52, 2, 0x08, 3 /* Private */,
70 5, 0, 53, 2, 0x08, 4 /* Private */,
71 6, 1, 54, 2, 0x08, 5 /* Private */,
72 8, 0, 57, 2, 0x08, 7 /* Private */,
73
74 // slots: parameters
75 QMetaType::Void,
76 QMetaType::Void,
77 QMetaType::Void,
78 QMetaType::Void,
79 QMetaType::Void, QMetaType::Int, 7,
80 QMetaType::Void,
81
82 0 // eod
83};
84
85Q_CONSTINIT const QMetaObject SystemSyncDialog::staticMetaObject = { {
86 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
87 qt_meta_stringdata_CLASSSystemSyncDialogENDCLASS.offsetsAndSizes,
88 qt_meta_data_CLASSSystemSyncDialogENDCLASS,
89 qt_static_metacall,
90 nullptr,
91 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSSystemSyncDialogENDCLASS_t,
92 // Q_OBJECT / Q_GADGET
93 QtPrivate::TypeAndForceComplete<SystemSyncDialog, std::true_type>,
94 // method 'on_syncSlider_sliderReleased'
95 QtPrivate::TypeAndForceComplete<void, std::false_type>,
96 // method 'on_syncSpinBox_editingFinished'
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 // method 'on_buttonBox_rejected'
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 // method 'on_undoButton_clicked'
101 QtPrivate::TypeAndForceComplete<void, std::false_type>,
102 // method 'on_syncSpinBox_valueChanged'
103 QtPrivate::TypeAndForceComplete<void, std::false_type>,
104 QtPrivate::TypeAndForceComplete<int, std::false_type>,
105 // method 'on_applyButton_clicked'
106 QtPrivate::TypeAndForceComplete<void, std::false_type>
107 >,
108 nullptr
109} };
110
111void SystemSyncDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
112{
113 if (_c == QMetaObject::InvokeMetaMethod) {
114 auto *_t = static_cast<SystemSyncDialog *>(_o);
115 (void)_t;
116 switch (_id) {
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;
123 default: ;
124 }
125 }
126}
127
128const QMetaObject *SystemSyncDialog::metaObject() const
129{
130 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
131}
132
133void *SystemSyncDialog::qt_metacast(const char *_clname)
134{
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);
139}
140
141int SystemSyncDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
142{
143 _id = QDialog::qt_metacall(_c, _id, _a);
144 if (_id < 0)
145 return _id;
146 if (_c == QMetaObject::InvokeMetaMethod) {
147 if (_id < 6)
148 qt_static_metacall(this, _c, _id, _a);
149 _id -= 6;
150 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
151 if (_id < 6)
152 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
153 _id -= 6;
154 }
155 return _id;
156}
157QT_WARNING_POP