CuteLogger
Fast and simple logging solution for Qt based applications
moc_slideshowgeneratordialog.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'slideshowgeneratordialog.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.7.2)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/dialogs/slideshowgeneratordialog.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 'slideshowgeneratordialog.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.7.2. 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 {
34
35#ifdef QT_MOC_HAS_STRINGDATA
36struct qt_meta_stringdata_CLASSSlideshowGeneratorDialogENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSSlideshowGeneratorDialogENDCLASS = QtMocHelpers::stringData(
38 "SlideshowGeneratorDialog",
39 "clicked",
40 "",
41 "QAbstractButton*",
42 "button"
43);
44#else // !QT_MOC_HAS_STRINGDATA
45#error "qtmochelpers.h not found or too old."
46#endif // !QT_MOC_HAS_STRINGDATA
47} // unnamed namespace
48
49Q_CONSTINIT static const uint qt_meta_data_CLASSSlideshowGeneratorDialogENDCLASS[] = {
50
51 // content:
52 12, // revision
53 0, // classname
54 0, 0, // classinfo
55 1, 14, // methods
56 0, 0, // properties
57 0, 0, // enums/sets
58 0, 0, // constructors
59 0, // flags
60 0, // signalCount
61
62 // slots: name, argc, parameters, tag, flags, initial metatype offsets
63 1, 1, 20, 2, 0x08, 1 /* Private */,
64
65 // slots: parameters
66 QMetaType::Void, 0x80000000 | 3, 4,
67
68 0 // eod
69};
70
71Q_CONSTINIT const QMetaObject SlideshowGeneratorDialog::staticMetaObject = { {
72 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
73 qt_meta_stringdata_CLASSSlideshowGeneratorDialogENDCLASS.offsetsAndSizes,
74 qt_meta_data_CLASSSlideshowGeneratorDialogENDCLASS,
75 qt_static_metacall,
76 nullptr,
77 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSSlideshowGeneratorDialogENDCLASS_t,
78 // Q_OBJECT / Q_GADGET
79 QtPrivate::TypeAndForceComplete<SlideshowGeneratorDialog, std::true_type>,
80 // method 'clicked'
81 QtPrivate::TypeAndForceComplete<void, std::false_type>,
82 QtPrivate::TypeAndForceComplete<QAbstractButton *, std::false_type>
83 >,
84 nullptr
85} };
86
87void SlideshowGeneratorDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
88{
89 if (_c == QMetaObject::InvokeMetaMethod) {
90 auto *_t = static_cast<SlideshowGeneratorDialog *>(_o);
91 (void)_t;
92 switch (_id) {
93 case 0: _t->clicked((*reinterpret_cast< std::add_pointer_t<QAbstractButton*>>(_a[1]))); break;
94 default: ;
95 }
96 }
97}
98
99const QMetaObject *SlideshowGeneratorDialog::metaObject() const
100{
101 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
102}
103
104void *SlideshowGeneratorDialog::qt_metacast(const char *_clname)
105{
106 if (!_clname) return nullptr;
107 if (!strcmp(_clname, qt_meta_stringdata_CLASSSlideshowGeneratorDialogENDCLASS.stringdata0))
108 return static_cast<void*>(this);
109 return QDialog::qt_metacast(_clname);
110}
111
112int SlideshowGeneratorDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
113{
114 _id = QDialog::qt_metacall(_c, _id, _a);
115 if (_id < 0)
116 return _id;
117 if (_c == QMetaObject::InvokeMetaMethod) {
118 if (_id < 1)
119 qt_static_metacall(this, _c, _id, _a);
120 _id -= 1;
121 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
122 if (_id < 1)
123 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
124 _id -= 1;
125 }
126 return _id;
127}
128QT_WARNING_POP