CuteLogger
Fast and simple logging solution for Qt based applications
moc_resourcedialog.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'resourcedialog.h'
3**
4** Created by: The Qt Meta Object Compiler version 69 (Qt 6.9.1)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/dialogs/resourcedialog.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 'resourcedialog.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.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
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
34struct qt_meta_tag_ZN14ResourceDialogE_t {};
35} // unnamed namespace
36
37template <> constexpr inline auto ResourceDialog::qt_create_metaobjectdata<qt_meta_tag_ZN14ResourceDialogE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "ResourceDialog",
42 "convert",
43 ""
44 };
45
46 QtMocHelpers::UintData qt_methods {
47 // Slot 'convert'
48 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
49 };
50 QtMocHelpers::UintData qt_properties {
51 };
52 QtMocHelpers::UintData qt_enums {
53 };
54 return QtMocHelpers::metaObjectData<ResourceDialog, qt_meta_tag_ZN14ResourceDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
55 qt_methods, qt_properties, qt_enums);
56}
57Q_CONSTINIT const QMetaObject ResourceDialog::staticMetaObject = { {
58 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
59 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14ResourceDialogE_t>.stringdata,
60 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14ResourceDialogE_t>.data,
61 qt_static_metacall,
62 nullptr,
63 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN14ResourceDialogE_t>.metaTypes,
64 nullptr
65} };
66
67void ResourceDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
68{
69 auto *_t = static_cast<ResourceDialog *>(_o);
70 if (_c == QMetaObject::InvokeMetaMethod) {
71 switch (_id) {
72 case 0: _t->convert(); break;
73 default: ;
74 }
75 }
76 (void)_a;
77}
78
79const QMetaObject *ResourceDialog::metaObject() const
80{
81 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
82}
83
84void *ResourceDialog::qt_metacast(const char *_clname)
85{
86 if (!_clname) return nullptr;
87 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14ResourceDialogE_t>.strings))
88 return static_cast<void*>(this);
89 return QDialog::qt_metacast(_clname);
90}
91
92int ResourceDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
93{
94 _id = QDialog::qt_metacall(_c, _id, _a);
95 if (_id < 0)
96 return _id;
97 if (_c == QMetaObject::InvokeMetaMethod) {
98 if (_id < 1)
99 qt_static_metacall(this, _c, _id, _a);
100 _id -= 1;
101 }
102 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
103 if (_id < 1)
104 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
105 _id -= 1;
106 }
107 return _id;
108}
109QT_WARNING_POP