CuteLogger
Fast and simple logging solution for Qt based applications
moc_unlinkedfilesdialog.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'unlinkedfilesdialog.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.6.2)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/dialogs/unlinkedfilesdialog.h"
10#include <QtCore/qmetatype.h>
11
12#if __has_include(<QtCore/qtmochelpers.h>)
13#include <QtCore/qtmochelpers.h>
14#else
15QT_BEGIN_MOC_NAMESPACE
16#endif
17
18
19#include <memory>
20
21#if !defined(Q_MOC_OUTPUT_REVISION)
22#error "The header file 'unlinkedfilesdialog.h' doesn't include <QObject>."
23#elif Q_MOC_OUTPUT_REVISION != 68
24#error "This file was generated using the moc from 6.6.2. It"
25#error "cannot be used with the include files from this version of Qt."
26#error "(The moc has changed too much.)"
27#endif
28
29#ifndef Q_CONSTINIT
30#define Q_CONSTINIT
31#endif
32
33QT_WARNING_PUSH
34QT_WARNING_DISABLE_DEPRECATED
35QT_WARNING_DISABLE_GCC("-Wuseless-cast")
36namespace {
37
38#ifdef QT_MOC_HAS_STRINGDATA
39struct qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS_t {};
40constexpr auto qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS = QtMocHelpers::stringData(
41 "UnlinkedFilesDialog",
42 "on_tableView_doubleClicked",
43 "",
44 "QModelIndex",
45 "index",
46 "on_searchFolderButton_clicked"
47);
48#else // !QT_MOC_HAS_STRING_DATA
49struct qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS_t {
50 uint offsetsAndSizes[12];
51 char stringdata0[20];
52 char stringdata1[27];
53 char stringdata2[1];
54 char stringdata3[12];
55 char stringdata4[6];
56 char stringdata5[30];
57};
58#define QT_MOC_LITERAL(ofs, len) \
59 uint(sizeof(qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS_t::offsetsAndSizes) + ofs), len
60Q_CONSTINIT static const qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS_t qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS = {
61 {
62 QT_MOC_LITERAL(0, 19), // "UnlinkedFilesDialog"
63 QT_MOC_LITERAL(20, 26), // "on_tableView_doubleClicked"
64 QT_MOC_LITERAL(47, 0), // ""
65 QT_MOC_LITERAL(48, 11), // "QModelIndex"
66 QT_MOC_LITERAL(60, 5), // "index"
67 QT_MOC_LITERAL(66, 29) // "on_searchFolderButton_clicked"
68 },
69 "UnlinkedFilesDialog",
70 "on_tableView_doubleClicked",
71 "",
72 "QModelIndex",
73 "index",
74 "on_searchFolderButton_clicked"
75};
76#undef QT_MOC_LITERAL
77#endif // !QT_MOC_HAS_STRING_DATA
78} // unnamed namespace
79
80Q_CONSTINIT static const uint qt_meta_data_CLASSUnlinkedFilesDialogENDCLASS[] = {
81
82 // content:
83 12, // revision
84 0, // classname
85 0, 0, // classinfo
86 2, 14, // methods
87 0, 0, // properties
88 0, 0, // enums/sets
89 0, 0, // constructors
90 0, // flags
91 0, // signalCount
92
93 // slots: name, argc, parameters, tag, flags, initial metatype offsets
94 1, 1, 26, 2, 0x08, 1 /* Private */,
95 5, 0, 29, 2, 0x08, 3 /* Private */,
96
97 // slots: parameters
98 QMetaType::Void, 0x80000000 | 3, 4,
99 QMetaType::Void,
100
101 0 // eod
102};
103
104Q_CONSTINIT const QMetaObject UnlinkedFilesDialog::staticMetaObject = { {
105 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
106 qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS.offsetsAndSizes,
107 qt_meta_data_CLASSUnlinkedFilesDialogENDCLASS,
108 qt_static_metacall,
109 nullptr,
110 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS_t,
111 // Q_OBJECT / Q_GADGET
112 QtPrivate::TypeAndForceComplete<UnlinkedFilesDialog, std::true_type>,
113 // method 'on_tableView_doubleClicked'
114 QtPrivate::TypeAndForceComplete<void, std::false_type>,
115 QtPrivate::TypeAndForceComplete<const QModelIndex &, std::false_type>,
116 // method 'on_searchFolderButton_clicked'
117 QtPrivate::TypeAndForceComplete<void, std::false_type>
118 >,
119 nullptr
120} };
121
122void UnlinkedFilesDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
123{
124 if (_c == QMetaObject::InvokeMetaMethod) {
125 auto *_t = static_cast<UnlinkedFilesDialog *>(_o);
126 (void)_t;
127 switch (_id) {
128 case 0: _t->on_tableView_doubleClicked((*reinterpret_cast< std::add_pointer_t<QModelIndex>>(_a[1]))); break;
129 case 1: _t->on_searchFolderButton_clicked(); break;
130 default: ;
131 }
132 }
133}
134
135const QMetaObject *UnlinkedFilesDialog::metaObject() const
136{
137 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
138}
139
140void *UnlinkedFilesDialog::qt_metacast(const char *_clname)
141{
142 if (!_clname) return nullptr;
143 if (!strcmp(_clname, qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS.stringdata0))
144 return static_cast<void*>(this);
145 return QDialog::qt_metacast(_clname);
146}
147
148int UnlinkedFilesDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
149{
150 _id = QDialog::qt_metacall(_c, _id, _a);
151 if (_id < 0)
152 return _id;
153 if (_c == QMetaObject::InvokeMetaMethod) {
154 if (_id < 2)
155 qt_static_metacall(this, _c, _id, _a);
156 _id -= 2;
157 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
158 if (_id < 2)
159 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
160 _id -= 2;
161 }
162 return _id;
163}
164QT_WARNING_POP