9#include "../../../../src/dialogs/unlinkedfilesdialog.h"
10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
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.)"
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
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",
43 "on_searchFolderButton_clicked"
46#error "qtmochelpers.h not found or too old."
50Q_CONSTINIT
static const uint qt_meta_data_CLASSUnlinkedFilesDialogENDCLASS[] = {
64 1, 1, 26, 2, 0x08, 1 ,
65 5, 0, 29, 2, 0x08, 3 ,
68 QMetaType::Void, 0x80000000 | 3, 4,
74Q_CONSTINIT
const QMetaObject UnlinkedFilesDialog::staticMetaObject = { {
75 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
76 qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS.offsetsAndSizes,
77 qt_meta_data_CLASSUnlinkedFilesDialogENDCLASS,
80 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSUnlinkedFilesDialogENDCLASS_t,
82 QtPrivate::TypeAndForceComplete<UnlinkedFilesDialog, std::true_type>,
84 QtPrivate::TypeAndForceComplete<void, std::false_type>,
85 QtPrivate::TypeAndForceComplete<const QModelIndex &, std::false_type>,
87 QtPrivate::TypeAndForceComplete<void, std::false_type>
92void UnlinkedFilesDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
94 if (_c == QMetaObject::InvokeMetaMethod) {
95 auto *_t =
static_cast<UnlinkedFilesDialog *
>(_o);
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;
105const QMetaObject *UnlinkedFilesDialog::metaObject()
const
107 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
110void *UnlinkedFilesDialog::qt_metacast(
const char *_clname)
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);
118int UnlinkedFilesDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
120 _id = QDialog::qt_metacall(_c, _id, _a);
123 if (_c == QMetaObject::InvokeMetaMethod) {
125 qt_static_metacall(
this, _c, _id, _a);
127 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
129 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();