1/****************************************************************************
2** Meta object code from reading C++ file 'echoplugin.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 "echoplugin.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 'echoplugin.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_EchoPlugin_t {
26 const uint offsetsAndSize[2];
27 char stringdata0[11];
28};
29#define QT_MOC_LITERAL(ofs, len) \
30 uint(offsetof(qt_meta_stringdata_EchoPlugin_t, stringdata0) + ofs), len
31static const qt_meta_stringdata_EchoPlugin_t qt_meta_stringdata_EchoPlugin = {
32 {
33QT_MOC_LITERAL(0, 10) // "EchoPlugin"
34
35 },
36 "EchoPlugin"
37};
38#undef QT_MOC_LITERAL
39
40static const uint qt_meta_data_EchoPlugin[] = {
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 EchoPlugin::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 EchoPlugin::staticMetaObject = { {
65 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
66 qt_meta_stringdata_EchoPlugin.offsetsAndSize,
67 qt_meta_data_EchoPlugin,
68 qt_static_metacall,
69 nullptr,
70 nullptr,
71 nullptr
72} };
73
74
75const QMetaObject *EchoPlugin::metaObject() const
76{
77 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
78}
79
80void *EchoPlugin::qt_metacast(const char *_clname)
81{
82 if (!_clname) return nullptr;
83 if (!strcmp(_clname, qt_meta_stringdata_EchoPlugin.stringdata0))
84 return static_cast<void*>(this);
85 if (!strcmp(_clname, "EchoInterface"))
86 return static_cast< EchoInterface*>(this);
87 if (!strcmp(_clname, "org.qt-project.Qt.Examples.EchoInterface"))
88 return static_cast< EchoInterface*>(this);
89 return QObject::qt_metacast(_clname);
90}
91
92int EchoPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
93{
94 _id = QObject::qt_metacall(_c, _id, _a);
95 return _id;
96}
97
98QT_PLUGIN_METADATA_SECTION
99static constexpr unsigned char qt_pluginMetaData_EchoPlugin[] = {
100 'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!',
101 // metadata version, Qt version, architectural requirements
102 0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(),
103 0xbf,
104 // "IID"
105 0x02, 0x78, 0x28, 'o', 'r', 'g', '.', 'q',
106 't', '-', 'p', 'r', 'o', 'j', 'e', 'c',
107 't', '.', 'Q', 't', '.', 'E', 'x', 'a',
108 'm', 'p', 'l', 'e', 's', '.', 'E', 'c',
109 'h', 'o', 'I', 'n', 't', 'e', 'r', 'f',
110 'a', 'c', 'e',
111 // "className"
112 0x03, 0x6a, 'E', 'c', 'h', 'o', 'P', 'l',
113 'u', 'g', 'i', 'n',
114 0xff,
115};
116QT_MOC_EXPORT_PLUGIN(EchoPlugin, EchoPlugin)
117
118QT_WARNING_POP
119QT_END_MOC_NAMESPACE
120