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 != 69
21#error "This file was generated using the moc from 6.9.0. 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")
34struct qt_meta_tag_ZN19UnlinkedFilesDialogE_t {};
37template <>
constexpr inline auto UnlinkedFilesDialog::qt_create_metaobjectdata<qt_meta_tag_ZN19UnlinkedFilesDialogE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "UnlinkedFilesDialog",
42 "on_tableView_doubleClicked",
46 "on_searchFolderButton_clicked"
49 QtMocHelpers::UintData qt_methods {
51 QtMocHelpers::SlotData<void(const QModelIndex &)>(1, 2, QMC::AccessPrivate, QMetaType::Void, {{
52 { 0x80000000 | 3, 4 },
55 QtMocHelpers::SlotData<
void()>(5, 2, QMC::AccessPrivate, QMetaType::Void),
57 QtMocHelpers::UintData qt_properties {
59 QtMocHelpers::UintData qt_enums {
61 return QtMocHelpers::metaObjectData<UnlinkedFilesDialog, qt_meta_tag_ZN19UnlinkedFilesDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
62 qt_methods, qt_properties, qt_enums);
64Q_CONSTINIT
const QMetaObject UnlinkedFilesDialog::staticMetaObject = { {
65 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
66 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19UnlinkedFilesDialogE_t>.stringdata,
67 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19UnlinkedFilesDialogE_t>.data,
70 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN19UnlinkedFilesDialogE_t>.metaTypes,
74void UnlinkedFilesDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
76 auto *_t =
static_cast<UnlinkedFilesDialog *
>(_o);
77 if (_c == QMetaObject::InvokeMetaMethod) {
79 case 0: _t->on_tableView_doubleClicked((*
reinterpret_cast< std::add_pointer_t<QModelIndex>
>(_a[1])));
break;
80 case 1: _t->on_searchFolderButton_clicked();
break;
86const QMetaObject *UnlinkedFilesDialog::metaObject()
const
88 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
91void *UnlinkedFilesDialog::qt_metacast(
const char *_clname)
93 if (!_clname)
return nullptr;
94 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19UnlinkedFilesDialogE_t>.strings))
95 return static_cast<void*
>(
this);
96 return QDialog::qt_metacast(_clname);
99int UnlinkedFilesDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
101 _id = QDialog::qt_metacall(_c, _id, _a);
104 if (_c == QMetaObject::InvokeMetaMethod) {
106 qt_static_metacall(
this, _c, _id, _a);
109 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
111 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();