Coverage Report

Created: 2026-02-10 07:39

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