Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'storemodel.h'
3 : **
4 : ** Created by: The Qt Meta Object Compiler version 69 (Qt 6.10.2)
5 : **
6 : ** WARNING! All changes made in this file will be lost!
7 : *****************************************************************************/
8 :
9 : #include "storemodel.h"
10 : #include <QtCore/qmetatype.h>
11 :
12 : #include <QtCore/qtmochelpers.h>
13 :
14 : #include <memory>
15 :
16 :
17 : #include <QtCore/qxptype_traits.h>
18 : #if !defined(Q_MOC_OUTPUT_REVISION)
19 : #error "The header file 'storemodel.h' doesn't include <QObject>."
20 : #elif Q_MOC_OUTPUT_REVISION != 69
21 : #error "This file was generated using the moc from 6.10.2. It"
22 : #error "cannot be used with the include files from this version of Qt."
23 : #error "(The moc has changed too much.)"
24 : #endif
25 :
26 : #ifndef Q_CONSTINIT
27 : #define Q_CONSTINIT
28 : #endif
29 :
30 : QT_WARNING_PUSH
31 : QT_WARNING_DISABLE_DEPRECATED
32 : QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33 : namespace {
34 : struct qt_meta_tag_ZN10StoreModelE_t {};
35 : } // unnamed namespace
36 :
37 : template <> constexpr inline auto StoreModel::qt_create_metaobjectdata<qt_meta_tag_ZN10StoreModelE_t>()
38 : {
39 : namespace QMC = QtMocConstants;
40 : QtMocHelpers::StringRefStorage qt_stringData {
41 : "StoreModel"
42 : };
43 :
44 : QtMocHelpers::UintData qt_methods {
45 : };
46 : QtMocHelpers::UintData qt_properties {
47 : };
48 : QtMocHelpers::UintData qt_enums {
49 : };
50 : return QtMocHelpers::metaObjectData<StoreModel, qt_meta_tag_ZN10StoreModelE_t>(QMC::MetaObjectFlag{}, qt_stringData,
51 : qt_methods, qt_properties, qt_enums);
52 : }
53 : Q_CONSTINIT const QMetaObject StoreModel::staticMetaObject = { {
54 : QMetaObject::SuperData::link<QSortFilterProxyModel::staticMetaObject>(),
55 : qt_staticMetaObjectStaticContent<qt_meta_tag_ZN10StoreModelE_t>.stringdata,
56 : qt_staticMetaObjectStaticContent<qt_meta_tag_ZN10StoreModelE_t>.data,
57 : qt_static_metacall,
58 : nullptr,
59 : qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN10StoreModelE_t>.metaTypes,
60 : nullptr
61 : } };
62 :
63 0 : void StoreModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
64 : {
65 : auto *_t = static_cast<StoreModel *>(_o);
66 : (void)_t;
67 : (void)_c;
68 : (void)_id;
69 : (void)_a;
70 0 : }
71 :
72 0 : const QMetaObject *StoreModel::metaObject() const
73 : {
74 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
75 : }
76 :
77 0 : void *StoreModel::qt_metacast(const char *_clname)
78 : {
79 0 : if (!_clname) return nullptr;
80 0 : if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN10StoreModelE_t>.strings))
81 : return static_cast<void*>(this);
82 0 : return QSortFilterProxyModel::qt_metacast(_clname);
83 : }
84 :
85 0 : int StoreModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
86 : {
87 0 : _id = QSortFilterProxyModel::qt_metacall(_c, _id, _a);
88 0 : return _id;
89 : }
90 : QT_WARNING_POP
|