9#include "../../../../src/widgets/playlisttable.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 'playlisttable.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_CLASSPlaylistTableENDCLASS_t {};
40constexpr auto qt_meta_stringdata_CLASSPlaylistTableENDCLASS = QtMocHelpers::stringData(
46struct qt_meta_stringdata_CLASSPlaylistTableENDCLASS_t {
47 uint offsetsAndSizes[6];
52#define QT_MOC_LITERAL(ofs, len) \
53 uint(sizeof(qt_meta_stringdata_CLASSPlaylistTableENDCLASS_t::offsetsAndSizes) + ofs), len
54Q_CONSTINIT
static const qt_meta_stringdata_CLASSPlaylistTableENDCLASS_t qt_meta_stringdata_CLASSPlaylistTableENDCLASS = {
56 QT_MOC_LITERAL(0, 13),
57 QT_MOC_LITERAL(14, 10),
68Q_CONSTINIT
static const uint qt_meta_data_CLASSPlaylistTableENDCLASS[] = {
82 1, 0, 20, 2, 0x06, 1 ,
90Q_CONSTINIT
const QMetaObject PlaylistTable::staticMetaObject = { {
91 QMetaObject::SuperData::link<QTableView::staticMetaObject>(),
92 qt_meta_stringdata_CLASSPlaylistTableENDCLASS.offsetsAndSizes,
93 qt_meta_data_CLASSPlaylistTableENDCLASS,
96 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSPlaylistTableENDCLASS_t,
98 QtPrivate::TypeAndForceComplete<PlaylistTable, std::true_type>,
100 QtPrivate::TypeAndForceComplete<void, std::false_type>
105void PlaylistTable::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
107 if (_c == QMetaObject::InvokeMetaMethod) {
108 auto *_t =
static_cast<PlaylistTable *
>(_o);
111 case 0: _t->movedToEnd();
break;
114 }
else if (_c == QMetaObject::IndexOfMethod) {
115 int *result =
reinterpret_cast<int *
>(_a[0]);
117 using _t = void (PlaylistTable::*)();
118 if (_t _q_method = &PlaylistTable::movedToEnd; *
reinterpret_cast<_t *
>(_a[1]) == _q_method) {
127const QMetaObject *PlaylistTable::metaObject()
const
129 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
132void *PlaylistTable::qt_metacast(
const char *_clname)
134 if (!_clname)
return nullptr;
135 if (!strcmp(_clname, qt_meta_stringdata_CLASSPlaylistTableENDCLASS.stringdata0))
136 return static_cast<void*
>(
this);
137 return QTableView::qt_metacast(_clname);
140int PlaylistTable::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
142 _id = QTableView::qt_metacall(_c, _id, _a);
145 if (_c == QMetaObject::InvokeMetaMethod) {
147 qt_static_metacall(
this, _c, _id, _a);
149 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
151 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
158void PlaylistTable::movedToEnd()
160 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);