EstervVault 1.0.0
Store encrypted data on the local system
Loading...
Searching...
No Matches
moc_about.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'about.hpp'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.1)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../../estervdesigns-src/CustomControls/aboutThis/include/esterv/utils/about.hpp"
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 'about.hpp' 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.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN6Esterv5Utils9AboutThisE = QtMocHelpers::stringData(
40 "Esterv::Utils::AboutThis",
41 "changed",
42 ""
43);
44#else // !QT_MOC_HAS_STRINGDATA
45#error "qtmochelpers.h not found or too old."
46#endif // !QT_MOC_HAS_STRINGDATA
47
48Q_CONSTINIT static const uint qt_meta_data_ZN6Esterv5Utils9AboutThisE[] = {
49
50 // content:
51 12, // revision
52 0, // classname
53 0, 0, // classinfo
54 1, 14, // methods
55 0, 0, // properties
56 0, 0, // enums/sets
57 0, 0, // constructors
58 0, // flags
59 1, // signalCount
60
61 // signals: name, argc, parameters, tag, flags, initial metatype offsets
62 1, 0, 20, 2, 0x06, 1 /* Public */,
63
64 // signals: parameters
66
67 0 // eod
68};
69
70Q_CONSTINIT const QMetaObject Esterv::Utils::AboutThis::staticMetaObject = { {
71 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
72 qt_meta_stringdata_ZN6Esterv5Utils9AboutThisE.offsetsAndSizes,
73 qt_meta_data_ZN6Esterv5Utils9AboutThisE,
74 qt_static_metacall,
75 nullptr,
76 qt_incomplete_metaTypeArray<qt_meta_tag_ZN6Esterv5Utils9AboutThisE_t,
77 // Q_OBJECT / Q_GADGET
78 QtPrivate::TypeAndForceComplete<AboutThis, std::true_type>,
79 // method 'changed'
80 QtPrivate::TypeAndForceComplete<void, std::false_type>
81 >,
82 nullptr
83} };
84
85void Esterv::Utils::AboutThis::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
86{
87 auto *_t = static_cast<AboutThis *>(_o);
88 if (_c == QMetaObject::InvokeMetaMethod) {
89 switch (_id) {
90 case 0: _t->changed(); break;
91 default: ;
92 }
93 }
94 if (_c == QMetaObject::IndexOfMethod) {
95 int *result = reinterpret_cast<int *>(_a[0]);
96 {
97 using _q_method_type = void (AboutThis::*)();
98 if (_q_method_type _q_method = &AboutThis::changed; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
99 *result = 0;
100 return;
101 }
102 }
103 }
104}
105
107{
108 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
109}
110
111void *Esterv::Utils::AboutThis::qt_metacast(const char *_clname)
112{
113 if (!_clname) return nullptr;
114 if (!strcmp(_clname, qt_meta_stringdata_ZN6Esterv5Utils9AboutThisE.stringdata0))
115 return static_cast<void*>(this);
116 return QObject::qt_metacast(_clname);
117}
118
119int Esterv::Utils::AboutThis::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
120{
121 _id = QObject::qt_metacall(_c, _id, _a);
122 if (_id < 0)
123 return _id;
124 if (_c == QMetaObject::InvokeMetaMethod) {
125 if (_id < 1)
126 qt_static_metacall(this, _c, _id, _a);
127 _id -= 1;
128 }
129 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
130 if (_id < 1)
131 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
132 _id -= 1;
133 }
134 return _id;
135}
136
137// SIGNAL 0
139{
140 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
141}
142QT_WARNING_POP
void changed()
Definition moc_about.cpp:138
Definition moc_about.cpp:33
virtual const QMetaObject * metaObject() const const
T strcmp(T... args)