9#include "../../../../src/dialogs/unlinkedfilesdialog.h"
10#include <QtCore/qmetatype.h>
12#if __has_include(<QtCore/qtmochelpers.h>)
13#include <QtCore/qtmochelpers.h>
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.)"
34QT_WARNING_DISABLE_DEPRECATED
35QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
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",
46 "on_searchFolderButton_clicked"
49struct qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS_t {
50 uint offsetsAndSizes[12];
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 = {
62 QT_MOC_LITERAL(0, 19),
63 QT_MOC_LITERAL(20, 26),
64 QT_MOC_LITERAL(47, 0),
65 QT_MOC_LITERAL(48, 11),
66 QT_MOC_LITERAL(60, 5),
67 QT_MOC_LITERAL(66, 29)
69 "UnlinkedFilesDialog",
70 "on_tableView_doubleClicked",
74 "on_searchFolderButton_clicked"
80Q_CONSTINIT
static const uint qt_meta_data_CLASSUnlinkedFilesDialogENDCLASS[] = {
94 1, 1, 26, 2, 0x08, 1 ,
95 5, 0, 29, 2, 0x08, 3 ,
98 QMetaType::Void, 0x80000000 | 3, 4,
104Q_CONSTINIT
const QMetaObject UnlinkedFilesDialog::staticMetaObject = { {
105 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
106 qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS.offsetsAndSizes,
107 qt_meta_data_CLASSUnlinkedFilesDialogENDCLASS,
110 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS_t,
112 QtPrivate::TypeAndForceComplete<UnlinkedFilesDialog, std::true_type>,
114 QtPrivate::TypeAndForceComplete<void, std::false_type>,
115 QtPrivate::TypeAndForceComplete<const QModelIndex &, std::false_type>,
117 QtPrivate::TypeAndForceComplete<void, std::false_type>
122void UnlinkedFilesDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
124 if (_c == QMetaObject::InvokeMetaMethod) {
125 auto *_t =
static_cast<UnlinkedFilesDialog *
>(_o);
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;
135const QMetaObject *UnlinkedFilesDialog::metaObject()
const
137 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
140void *UnlinkedFilesDialog::qt_metacast(
const char *_clname)
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);
148int UnlinkedFilesDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
150 _id = QDialog::qt_metacall(_c, _id, _a);
153 if (_c == QMetaObject::InvokeMetaMethod) {
155 qt_static_metacall(
this, _c, _id, _a);
157 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
159 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();