9#include "../../../../src/widgets/playlistlistview.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 'playlistlistview.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_CLASSPlaylistListViewENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSPlaylistListViewENDCLASS = QtMocHelpers::stringData(
43#error "qtmochelpers.h not found or too old."
47Q_CONSTINIT
static const uint qt_meta_data_CLASSPlaylistListViewENDCLASS[] = {
61 1, 0, 20, 2, 0x06, 1 ,
69Q_CONSTINIT
const QMetaObject PlaylistListView::staticMetaObject = { {
70 QMetaObject::SuperData::link<QListView::staticMetaObject>(),
71 qt_meta_stringdata_CLASSPlaylistListViewENDCLASS.offsetsAndSizes,
72 qt_meta_data_CLASSPlaylistListViewENDCLASS,
75 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSPlaylistListViewENDCLASS_t,
77 QtPrivate::TypeAndForceComplete<PlaylistListView, std::true_type>,
79 QtPrivate::TypeAndForceComplete<void, std::false_type>
84void PlaylistListView::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
86 if (_c == QMetaObject::InvokeMetaMethod) {
87 auto *_t =
static_cast<PlaylistListView *
>(_o);
90 case 0: _t->movedToEnd();
break;
93 }
else if (_c == QMetaObject::IndexOfMethod) {
94 int *result =
reinterpret_cast<int *
>(_a[0]);
96 using _t = void (PlaylistListView::*)();
97 if (_t _q_method = &PlaylistListView::movedToEnd; *
reinterpret_cast<_t *
>(_a[1]) == _q_method) {
106const QMetaObject *PlaylistListView::metaObject()
const
108 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
111void *PlaylistListView::qt_metacast(
const char *_clname)
113 if (!_clname)
return nullptr;
114 if (!strcmp(_clname, qt_meta_stringdata_CLASSPlaylistListViewENDCLASS.stringdata0))
115 return static_cast<void*
>(
this);
116 return QListView::qt_metacast(_clname);
119int PlaylistListView::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
121 _id = QListView::qt_metacall(_c, _id, _a);
124 if (_c == QMetaObject::InvokeMetaMethod) {
126 qt_static_metacall(
this, _c, _id, _a);
128 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
130 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
137void PlaylistListView::movedToEnd()
139 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);