1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
|
/****************************************************************************
** Meta object code from reading C++ file 'RaveWelcomeViewStep.h'
**
** Created by: The Qt Meta Object Compiler version 69 (Qt 6.11.1)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../../../../welcome/RaveWelcomeViewStep.h"
#include <QtCore/qmetatype.h>
#include <QtCore/qplugin.h>
#include <QtCore/qtmochelpers.h>
#include <memory>
#include <QtCore/qxptype_traits.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'RaveWelcomeViewStep.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 69
#error "This file was generated using the moc from 6.11.1. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
#ifndef Q_CONSTINIT
#define Q_CONSTINIT
#endif
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
QT_WARNING_DISABLE_GCC("-Wuseless-cast")
namespace {
struct qt_meta_tag_ZN19RaveWelcomeViewStepE_t {};
} // unnamed namespace
template <> constexpr inline auto RaveWelcomeViewStep::qt_create_metaobjectdata<qt_meta_tag_ZN19RaveWelcomeViewStepE_t>()
{
namespace QMC = QtMocConstants;
QtMocHelpers::StringRefStorage qt_stringData {
"RaveWelcomeViewStep",
"onLanguageChanged",
"",
"index"
};
QtMocHelpers::UintData qt_methods {
// Slot 'onLanguageChanged'
QtMocHelpers::SlotData<void(int)>(1, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::Int, 3 },
}}),
};
QtMocHelpers::UintData qt_properties {
};
QtMocHelpers::UintData qt_enums {
};
return QtMocHelpers::metaObjectData<RaveWelcomeViewStep, qt_meta_tag_ZN19RaveWelcomeViewStepE_t>(QMC::MetaObjectFlag{}, qt_stringData,
qt_methods, qt_properties, qt_enums);
}
Q_CONSTINIT const QMetaObject RaveWelcomeViewStep::staticMetaObject = { {
QMetaObject::SuperData::link<Calamares::ViewStep::staticMetaObject>(),
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19RaveWelcomeViewStepE_t>.stringdata,
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19RaveWelcomeViewStepE_t>.data,
qt_static_metacall,
nullptr,
qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN19RaveWelcomeViewStepE_t>.metaTypes,
nullptr
} };
void RaveWelcomeViewStep::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
auto *_t = static_cast<RaveWelcomeViewStep *>(_o);
if (_c == QMetaObject::InvokeMetaMethod) {
switch (_id) {
case 0: _t->onLanguageChanged((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
default: ;
}
}
}
const QMetaObject *RaveWelcomeViewStep::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *RaveWelcomeViewStep::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19RaveWelcomeViewStepE_t>.strings))
return static_cast<void*>(this);
return Calamares::ViewStep::qt_metacast(_clname);
}
int RaveWelcomeViewStep::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = Calamares::ViewStep::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 1)
qt_static_metacall(this, _c, _id, _a);
_id -= 1;
}
if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 1)
*reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
_id -= 1;
}
return _id;
}
namespace {
struct qt_meta_tag_ZN26RaveWelcomeViewStepFactoryE_t {};
} // unnamed namespace
template <> constexpr inline auto RaveWelcomeViewStepFactory::qt_create_metaobjectdata<qt_meta_tag_ZN26RaveWelcomeViewStepFactoryE_t>()
{
namespace QMC = QtMocConstants;
QtMocHelpers::StringRefStorage qt_stringData {
"RaveWelcomeViewStepFactory"
};
QtMocHelpers::UintData qt_methods {
};
QtMocHelpers::UintData qt_properties {
};
QtMocHelpers::UintData qt_enums {
};
return QtMocHelpers::metaObjectData<RaveWelcomeViewStepFactory, qt_meta_tag_ZN26RaveWelcomeViewStepFactoryE_t>(QMC::MetaObjectFlag{}, qt_stringData,
qt_methods, qt_properties, qt_enums);
}
Q_CONSTINIT const QMetaObject RaveWelcomeViewStepFactory::staticMetaObject = { {
QMetaObject::SuperData::link<CalamaresPluginFactory::staticMetaObject>(),
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN26RaveWelcomeViewStepFactoryE_t>.stringdata,
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN26RaveWelcomeViewStepFactoryE_t>.data,
qt_static_metacall,
nullptr,
qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN26RaveWelcomeViewStepFactoryE_t>.metaTypes,
nullptr
} };
void RaveWelcomeViewStepFactory::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
auto *_t = static_cast<RaveWelcomeViewStepFactory *>(_o);
(void)_t;
(void)_c;
(void)_id;
(void)_a;
}
const QMetaObject *RaveWelcomeViewStepFactory::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *RaveWelcomeViewStepFactory::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN26RaveWelcomeViewStepFactoryE_t>.strings))
return static_cast<void*>(this);
if (!strcmp(_clname, "io.calamares.PluginFactory"))
return static_cast< CalamaresPluginFactory*>(this);
return CalamaresPluginFactory::qt_metacast(_clname);
}
int RaveWelcomeViewStepFactory::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = CalamaresPluginFactory::qt_metacall(_c, _id, _a);
return _id;
}
#ifdef QT_MOC_EXPORT_PLUGIN_V2
static constexpr unsigned char qt_pluginMetaDataV2_RaveWelcomeViewStepFactory[] = {
0xbf,
// "IID"
0x02, 0x78, 0x1a, 'i', 'o', '.', 'c', 'a',
'l', 'a', 'm', 'a', 'r', 'e', 's', '.',
'P', 'l', 'u', 'g', 'i', 'n', 'F', 'a',
'c', 't', 'o', 'r', 'y',
// "className"
0x03, 0x78, 0x1a, 'R', 'a', 'v', 'e', 'W',
'e', 'l', 'c', 'o', 'm', 'e', 'V', 'i',
'e', 'w', 'S', 't', 'e', 'p', 'F', 'a',
'c', 't', 'o', 'r', 'y',
0xff,
};
QT_MOC_EXPORT_PLUGIN_V2(RaveWelcomeViewStepFactory, RaveWelcomeViewStepFactory, qt_pluginMetaDataV2_RaveWelcomeViewStepFactory)
#else
QT_PLUGIN_METADATA_SECTION
Q_CONSTINIT static constexpr unsigned char qt_pluginMetaData_RaveWelcomeViewStepFactory[] = {
'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!',
// metadata version, Qt version, architectural requirements
0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(),
0xbf,
// "IID"
0x02, 0x78, 0x1a, 'i', 'o', '.', 'c', 'a',
'l', 'a', 'm', 'a', 'r', 'e', 's', '.',
'P', 'l', 'u', 'g', 'i', 'n', 'F', 'a',
'c', 't', 'o', 'r', 'y',
// "className"
0x03, 0x78, 0x1a, 'R', 'a', 'v', 'e', 'W',
'e', 'l', 'c', 'o', 'm', 'e', 'V', 'i',
'e', 'w', 'S', 't', 'e', 'p', 'F', 'a',
'c', 't', 'o', 'r', 'y',
0xff,
};
QT_MOC_EXPORT_PLUGIN(RaveWelcomeViewStepFactory, RaveWelcomeViewStepFactory)
#endif // QT_MOC_EXPORT_PLUGIN_V2
QT_WARNING_POP
|