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.7.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#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 'unlinkedfilesdialog.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_CLASSUnlinkedFilesDialogENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS = QtMocHelpers::stringData(
38 "UnlinkedFilesDialog",
39 "on_tableView_doubleClicked",
40 "",
41 "QModelIndex",
42 "index",
43 "on_searchFolderButton_clicked"
44);
45#else // !QT_MOC_HAS_STRINGDATA
46#error "qtmochelpers.h not found or too old."
47#endif // !QT_MOC_HAS_STRINGDATA
48} // unnamed namespace
49
50Q_CONSTINIT static const uint qt_meta_data_CLASSUnlinkedFilesDialogENDCLASS[] = {
51
52 // content:
53 12, // revision
54 0, // classname
55 0, 0, // classinfo
56 2, 14, // methods
57 0, 0, // properties
58 0, 0, // enums/sets
59 0, 0, // constructors
60 0, // flags
61 0, // signalCount
62
63 // slots: name, argc, parameters, tag, flags, initial metatype offsets
64 1, 1, 26, 2, 0x08, 1 /* Private */,
65 5, 0, 29, 2, 0x08, 3 /* Private */,
66
67 // slots: parameters
68 QMetaType::Void, 0x80000000 | 3, 4,
69 QMetaType::Void,
70
71 0 // eod
72};
73
74Q_CONSTINIT const QMetaObject UnlinkedFilesDialog::staticMetaObject = { {
75 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
76 qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS.offsetsAndSizes,
77 qt_meta_data_CLASSUnlinkedFilesDialogENDCLASS,
78 qt_static_metacall,
79 nullptr,
80 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS_t,
81 // Q_OBJECT / Q_GADGET
82 QtPrivate::TypeAndForceComplete<UnlinkedFilesDialog, std::true_type>,
83 // method 'on_tableView_doubleClicked'
84 QtPrivate::TypeAndForceComplete<void, std::false_type>,
85 QtPrivate::TypeAndForceComplete<const QModelIndex &, std::false_type>,
86 // method 'on_searchFolderButton_clicked'
87 QtPrivate::TypeAndForceComplete<void, std::false_type>
88 >,
89 nullptr
90} };
91
92void UnlinkedFilesDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
93{
94 if (_c == QMetaObject::InvokeMetaMethod) {
95 auto *_t = static_cast<UnlinkedFilesDialog *>(_o);
96 (void)_t;
97 switch (_id) {
98 case 0: _t->on_tableView_doubleClicked((*reinterpret_cast< std::add_pointer_t<QModelIndex>>(_a[1]))); break;
99 case 1: _t->on_searchFolderButton_clicked(); break;
100 default: ;
101 }
102 }
103}
104
105const QMetaObject *UnlinkedFilesDialog::metaObject() const
106{
107 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
108}
109
110void *UnlinkedFilesDialog::qt_metacast(const char *_clname)
111{
112 if (!_clname) return nullptr;
113 if (!strcmp(_clname, qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS.stringdata0))
114 return static_cast<void*>(this);
115 return QDialog::qt_metacast(_clname);
116}
117
118int UnlinkedFilesDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
119{
120 _id = QDialog::qt_metacall(_c, _id, _a);
121 if (_id < 0)
122 return _id;
123 if (_c == QMetaObject::InvokeMetaMethod) {
124 if (_id < 2)
125 qt_static_metacall(this, _c, _id, _a);
126 _id -= 2;
127 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
128 if (_id < 2)
129 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
130 _id -= 2;
131 }
132 return _id;
133}
134QT_WARNING_POP