1/****************************************************************************
2** Meta object code from reading C++ file 'GitQlientRepo.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.7)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "../../../../../3rdparty/unioncode-GitQlient/src/big_widgets/GitQlientRepo.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'GitQlientRepo.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.7. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
24struct qt_meta_stringdata_GitQlientRepo_t {
25 QByteArrayData data[10];
26 char stringdata0[128];
27};
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_GitQlientRepo_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
33static const qt_meta_stringdata_GitQlientRepo_t qt_meta_stringdata_GitQlientRepo = {
34 {
35QT_MOC_LITERAL(0, 0, 13), // "GitQlientRepo"
36QT_MOC_LITERAL(1, 14, 19), // "signalOpenSubmodule"
37QT_MOC_LITERAL(2, 34, 0), // ""
38QT_MOC_LITERAL(3, 35, 13), // "submoduleName"
39QT_MOC_LITERAL(4, 49, 10), // "fullReload"
40QT_MOC_LITERAL(5, 60, 16), // "referencesReload"
41QT_MOC_LITERAL(6, 77, 9), // "logReload"
42QT_MOC_LITERAL(7, 87, 10), // "repoOpened"
43QT_MOC_LITERAL(8, 98, 8), // "repoPath"
44QT_MOC_LITERAL(9, 107, 20) // "currentBranchChanged"
45
46 },
47 "GitQlientRepo\0signalOpenSubmodule\0\0"
48 "submoduleName\0fullReload\0referencesReload\0"
49 "logReload\0repoOpened\0repoPath\0"
50 "currentBranchChanged"
51};
52#undef QT_MOC_LITERAL
53
54static const uint qt_meta_data_GitQlientRepo[] = {
55
56 // content:
57 8, // revision
58 0, // classname
59 0, 0, // classinfo
60 6, 14, // methods
61 0, 0, // properties
62 0, 0, // enums/sets
63 0, 0, // constructors
64 0, // flags
65 6, // signalCount
66
67 // signals: name, argc, parameters, tag, flags
68 1, 1, 44, 2, 0x06 /* Public */,
69 4, 0, 47, 2, 0x06 /* Public */,
70 5, 0, 48, 2, 0x06 /* Public */,
71 6, 0, 49, 2, 0x06 /* Public */,
72 7, 1, 50, 2, 0x06 /* Public */,
73 9, 0, 53, 2, 0x06 /* Public */,
74
75 // signals: parameters
76 QMetaType::Void, QMetaType::QString, 3,
77 QMetaType::Void,
78 QMetaType::Void,
79 QMetaType::Void,
80 QMetaType::Void, QMetaType::QString, 8,
81 QMetaType::Void,
82
83 0 // eod
84};
85
86void GitQlientRepo::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
87{
88 if (_c == QMetaObject::InvokeMetaMethod) {
89 auto *_t = static_cast<GitQlientRepo *>(_o);
90 (void)_t;
91 switch (_id) {
92 case 0: _t->signalOpenSubmodule((*reinterpret_cast< const QString(*)>(_a[1]))); break;
93 case 1: _t->fullReload(); break;
94 case 2: _t->referencesReload(); break;
95 case 3: _t->logReload(); break;
96 case 4: _t->repoOpened((*reinterpret_cast< const QString(*)>(_a[1]))); break;
97 case 5: _t->currentBranchChanged(); break;
98 default: ;
99 }
100 } else if (_c == QMetaObject::IndexOfMethod) {
101 int *result = reinterpret_cast<int *>(_a[0]);
102 {
103 using _t = void (GitQlientRepo::*)(const QString & );
104 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&GitQlientRepo::signalOpenSubmodule)) {
105 *result = 0;
106 return;
107 }
108 }
109 {
110 using _t = void (GitQlientRepo::*)();
111 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&GitQlientRepo::fullReload)) {
112 *result = 1;
113 return;
114 }
115 }
116 {
117 using _t = void (GitQlientRepo::*)();
118 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&GitQlientRepo::referencesReload)) {
119 *result = 2;
120 return;
121 }
122 }
123 {
124 using _t = void (GitQlientRepo::*)();
125 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&GitQlientRepo::logReload)) {
126 *result = 3;
127 return;
128 }
129 }
130 {
131 using _t = void (GitQlientRepo::*)(const QString & );
132 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&GitQlientRepo::repoOpened)) {
133 *result = 4;
134 return;
135 }
136 }
137 {
138 using _t = void (GitQlientRepo::*)();
139 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&GitQlientRepo::currentBranchChanged)) {
140 *result = 5;
141 return;
142 }
143 }
144 }
145}
146
147QT_INIT_METAOBJECT const QMetaObject GitQlientRepo::staticMetaObject = { {
148 QMetaObject::SuperData::link<QFrame::staticMetaObject>(),
149 qt_meta_stringdata_GitQlientRepo.data,
150 qt_meta_data_GitQlientRepo,
151 qt_static_metacall,
152 nullptr,
153 nullptr
154} };
155
156
157const QMetaObject *GitQlientRepo::metaObject() const
158{
159 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
160}
161
162void *GitQlientRepo::qt_metacast(const char *_clname)
163{
164 if (!_clname) return nullptr;
165 if (!strcmp(_clname, qt_meta_stringdata_GitQlientRepo.stringdata0))
166 return static_cast<void*>(this);
167 return QFrame::qt_metacast(_clname);
168}
169
170int GitQlientRepo::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
171{
172 _id = QFrame::qt_metacall(_c, _id, _a);
173 if (_id < 0)
174 return _id;
175 if (_c == QMetaObject::InvokeMetaMethod) {
176 if (_id < 6)
177 qt_static_metacall(this, _c, _id, _a);
178 _id -= 6;
179 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
180 if (_id < 6)
181 *reinterpret_cast<int*>(_a[0]) = -1;
182 _id -= 6;
183 }
184 return _id;
185}
186
187// SIGNAL 0
188void GitQlientRepo::signalOpenSubmodule(const QString & _t1)
189{
190 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
191 QMetaObject::activate(this, &staticMetaObject, 0, _a);
192}
193
194// SIGNAL 1
195void GitQlientRepo::fullReload()
196{
197 QMetaObject::activate(this, &staticMetaObject, 1, nullptr);
198}
199
200// SIGNAL 2
201void GitQlientRepo::referencesReload()
202{
203 QMetaObject::activate(this, &staticMetaObject, 2, nullptr);
204}
205
206// SIGNAL 3
207void GitQlientRepo::logReload()
208{
209 QMetaObject::activate(this, &staticMetaObject, 3, nullptr);
210}
211
212// SIGNAL 4
213void GitQlientRepo::repoOpened(const QString & _t1)
214{
215 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
216 QMetaObject::activate(this, &staticMetaObject, 4, _a);
217}
218
219// SIGNAL 5
220void GitQlientRepo::currentBranchChanged()
221{
222 QMetaObject::activate(this, &staticMetaObject, 5, nullptr);
223}
224QT_WARNING_POP
225QT_END_MOC_NAMESPACE
226