1/****************************************************************************
2** Meta object code from reading C++ file 'simplestyleplugin.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.0.0)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "simplestyleplugin.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#include <QtCore/qplugin.h>
14#if !defined(Q_MOC_OUTPUT_REVISION)
15#error "The header file 'simplestyleplugin.h' doesn't include <QObject>."
16#elif Q_MOC_OUTPUT_REVISION != 68
17#error "This file was generated using the moc from 6.0.0. It"
18#error "cannot be used with the include files from this version of Qt."
19#error "(The moc has changed too much.)"
20#endif
21
22QT_BEGIN_MOC_NAMESPACE
23QT_WARNING_PUSH
24QT_WARNING_DISABLE_DEPRECATED
25struct qt_meta_stringdata_SimpleStylePlugin_t {
26 const uint offsetsAndSize[2];
27 char stringdata0[18];
28};
29#define QT_MOC_LITERAL(ofs, len) \
30 uint(offsetof(qt_meta_stringdata_SimpleStylePlugin_t, stringdata0) + ofs), len
31static const qt_meta_stringdata_SimpleStylePlugin_t qt_meta_stringdata_SimpleStylePlugin = {
32 {
33QT_MOC_LITERAL(0, 17) // "SimpleStylePlugin"
34
35 },
36 "SimpleStylePlugin"
37};
38#undef QT_MOC_LITERAL
39
40static const uint qt_meta_data_SimpleStylePlugin[] = {
41
42 // content:
43 9, // revision
44 0, // classname
45 0, 0, // classinfo
46 0, 0, // methods
47 0, 0, // properties
48 0, 0, // enums/sets
49 0, 0, // constructors
50 0, // flags
51 0, // signalCount
52
53 0 // eod
54};
55
56void SimpleStylePlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
57{
58 Q_UNUSED(_o);
59 Q_UNUSED(_id);
60 Q_UNUSED(_c);
61 Q_UNUSED(_a);
62}
63
64const QMetaObject SimpleStylePlugin::staticMetaObject = { {
65 QMetaObject::SuperData::link<QStylePlugin::staticMetaObject>(),
66 qt_meta_stringdata_SimpleStylePlugin.offsetsAndSize,
67 qt_meta_data_SimpleStylePlugin,
68 qt_static_metacall,
69 nullptr,
70 nullptr,
71 nullptr
72} };
73
74
75const QMetaObject *SimpleStylePlugin::metaObject() const
76{
77 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
78}
79
80void *SimpleStylePlugin::qt_metacast(const char *_clname)
81{
82 if (!_clname) return nullptr;
83 if (!strcmp(_clname, qt_meta_stringdata_SimpleStylePlugin.stringdata0))
84 return static_cast<void*>(this);
85 return QStylePlugin::qt_metacast(_clname);
86}
87
88int SimpleStylePlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
89{
90 _id = QStylePlugin::qt_metacall(_c, _id, _a);
91 return _id;
92}
93
94QT_PLUGIN_METADATA_SECTION
95static constexpr unsigned char qt_pluginMetaData_SimpleStylePlugin[] = {
96 'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!',
97 // metadata version, Qt version, architectural requirements
98 0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(),
99 0xbf,
100 // "IID"
101 0x02, 0x78, 0x28, 'o', 'r', 'g', '.', 'q',
102 't', '-', 'p', 'r', 'o', 'j', 'e', 'c',
103 't', '.', 'Q', 't', '.', 'Q', 'S', 't',
104 'y', 'l', 'e', 'F', 'a', 'c', 't', 'o',
105 'r', 'y', 'I', 'n', 't', 'e', 'r', 'f',
106 'a', 'c', 'e',
107 // "className"
108 0x03, 0x71, 'S', 'i', 'm', 'p', 'l', 'e',
109 'S', 't', 'y', 'l', 'e', 'P', 'l', 'u',
110 'g', 'i', 'n',
111 // "MetaData"
112 0x04, 0xa1, 0x64, 'K', 'e', 'y', 's', 0x81,
113 0x6b, 's', 'i', 'm', 'p', 'l', 'e', 's',
114 't', 'y', 'l', 'e',
115 0xff,
116};
117QT_MOC_EXPORT_PLUGIN(SimpleStylePlugin, SimpleStylePlugin)
118
119QT_WARNING_POP
120QT_END_MOC_NAMESPACE
121