9#include "../../../../../estervdesigns-src/CustomControls/aboutThis/include/esterv/utils/about.hpp"
10#include <QtNetwork/QSslPreSharedKeyAuthenticator>
11#include <QtNetwork/QSslError>
12#include <QtCore/qmetatype.h>
14#include <QtCore/qtmochelpers.h>
19#include <QtCore/qxptype_traits.h>
20#if !defined(Q_MOC_OUTPUT_REVISION)
21#error "The header file 'about.hpp' doesn't include <QObject>."
22#elif Q_MOC_OUTPUT_REVISION != 68
23#error "This file was generated using the moc from 6.8.1. It"
24#error "cannot be used with the include files from this version of Qt."
25#error "(The moc has changed too much.)"
34QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
36struct qt_meta_tag_ZN6Esterv5Utils9AboutThisE_t {};
40#ifdef QT_MOC_HAS_STRINGDATA
41static constexpr auto qt_meta_stringdata_ZN6Esterv5Utils9AboutThisE = QtMocHelpers::stringData(
42 "Esterv::Utils::AboutThis",
55#error "qtmochelpers.h not found or too old."
58Q_CONSTINIT
static const uint qt_meta_data_ZN6Esterv5Utils9AboutThisE[] = {
76 5, 0, 24, 6, 0x06, 5 ,
90Q_CONSTINIT
const QMetaObject Esterv::Utils::AboutThis::staticMetaObject = { {
91 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
92 qt_meta_stringdata_ZN6Esterv5Utils9AboutThisE.offsetsAndSizes,
93 qt_meta_data_ZN6Esterv5Utils9AboutThisE,
113void Esterv::Utils::AboutThis::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
115 auto *_t =
static_cast<AboutThis *
>(_o);
116 if (_c == QMetaObject::InvokeMetaMethod) {
118 case 0: _t->changed();
break;
122 if (_c == QMetaObject::IndexOfMethod) {
123 int *result =
reinterpret_cast<int *
>(_a[0]);
125 using _q_method_type = void (AboutThis::*)();
126 if (_q_method_type _q_method = &
AboutThis::changed; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
132 if (_c == QMetaObject::ReadProperty) {
135 case 0: *
reinterpret_cast< QString*
>(_v) = _t->version();
break;
136 case 1: *
reinterpret_cast< QString*
>(_v) = _t->m_name;
break;
137 case 2: *
reinterpret_cast< QString*
>(_v) = _t->buildArch();
break;
138 case 3: *
reinterpret_cast< QDateTime*
>(_v) = _t->buildTime();
break;
142 if (_c == QMetaObject::WriteProperty) {
145 case 0: _t->setVersion(*
reinterpret_cast< QString*
>(_v));
break;
147 if (_t->m_name != *
reinterpret_cast< QString*
>(_v)) {
148 _t->m_name = *
reinterpret_cast< QString*
>(_v);
159 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
162void *Esterv::Utils::AboutThis::qt_metacast(
const char *_clname)
164 if (!_clname)
return nullptr;
165 if (!
strcmp(_clname, qt_meta_stringdata_ZN6Esterv5Utils9AboutThisE.stringdata0))
166 return static_cast<void*
>(
this);
167 return QObject::qt_metacast(_clname);
170int Esterv::Utils::AboutThis::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
172 _id = QObject::qt_metacall(_c, _id, _a);
175 if (_c == QMetaObject::InvokeMetaMethod) {
177 qt_static_metacall(
this, _c, _id, _a);
180 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
185 if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
186 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
187 || _c == QMetaObject::RegisterPropertyMetaType) {
188 qt_static_metacall(
this, _c, _id, _a);
197 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
void changed()
Definition moc_about.cpp:138
Definition moc_about.cpp:33