Coverage Report

Created: 2025-07-23 08:13

/src/qtbase/src/gui/.moc/moc_qaccessibleplugin.cpp
Line
Count
Source (jump to first uncovered line)
1
/****************************************************************************
2
** Meta object code from reading C++ file 'qaccessibleplugin.h'
3
**
4
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.17)
5
**
6
** WARNING! All changes made in this file will be lost!
7
*****************************************************************************/
8
9
#include <memory>
10
#include "../accessible/qaccessibleplugin.h"
11
#include <QtCore/qbytearray.h>
12
#include <QtCore/qmetatype.h>
13
#if !defined(Q_MOC_OUTPUT_REVISION)
14
#error "The header file 'qaccessibleplugin.h' doesn't include <QObject>."
15
#elif Q_MOC_OUTPUT_REVISION != 67
16
#error "This file was generated using the moc from 5.15.17. It"
17
#error "cannot be used with the include files from this version of Qt."
18
#error "(The moc has changed too much.)"
19
#endif
20
21
QT_BEGIN_MOC_NAMESPACE
22
QT_WARNING_PUSH
23
QT_WARNING_DISABLE_DEPRECATED
24
struct qt_meta_stringdata_QAccessiblePlugin_t {
25
    QByteArrayData data[1];
26
    char stringdata0[18];
27
};
28
#define QT_MOC_LITERAL(idx, ofs, len) \
29
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30
    qptrdiff(offsetof(qt_meta_stringdata_QAccessiblePlugin_t, stringdata0) + ofs \
31
        - idx * sizeof(QByteArrayData)) \
32
    )
33
static const qt_meta_stringdata_QAccessiblePlugin_t qt_meta_stringdata_QAccessiblePlugin = {
34
    {
35
QT_MOC_LITERAL(0, 0, 17) // "QAccessiblePlugin"
36
37
    },
38
    "QAccessiblePlugin"
39
};
40
#undef QT_MOC_LITERAL
41
42
static const uint qt_meta_data_QAccessiblePlugin[] = {
43
44
 // content:
45
       8,       // revision
46
       0,       // classname
47
       0,    0, // classinfo
48
       0,    0, // methods
49
       0,    0, // properties
50
       0,    0, // enums/sets
51
       0,    0, // constructors
52
       0,       // flags
53
       0,       // signalCount
54
55
       0        // eod
56
};
57
58
void QAccessiblePlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
59
0
{
60
0
    (void)_o;
61
0
    (void)_id;
62
0
    (void)_c;
63
0
    (void)_a;
64
0
}
65
66
QT_INIT_METAOBJECT const QMetaObject QAccessiblePlugin::staticMetaObject = { {
67
    QMetaObject::SuperData::link<QObject::staticMetaObject>(),
68
    qt_meta_stringdata_QAccessiblePlugin.data,
69
    qt_meta_data_QAccessiblePlugin,
70
    qt_static_metacall,
71
    nullptr,
72
    nullptr
73
} };
74
75
76
const QMetaObject *QAccessiblePlugin::metaObject() const
77
0
{
78
0
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
79
0
}
80
81
void *QAccessiblePlugin::qt_metacast(const char *_clname)
82
0
{
83
0
    if (!_clname) return nullptr;
84
0
    if (!strcmp(_clname, qt_meta_stringdata_QAccessiblePlugin.stringdata0))
85
0
        return static_cast<void*>(this);
86
0
    return QObject::qt_metacast(_clname);
87
0
}
88
89
int QAccessiblePlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
90
0
{
91
0
    _id = QObject::qt_metacall(_c, _id, _a);
92
0
    return _id;
93
0
}
94
QT_WARNING_POP
95
QT_END_MOC_NAMESPACE