Coverage Report

Created: 2026-03-12 07:14

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/ffmpegthumbs/build/ffmpegthumbs_autogen/include/moc_ffmpegthumbnailer.cpp
Line
Count
Source
1
/****************************************************************************
2
** Meta object code from reading C++ file 'ffmpegthumbnailer.h'
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 "../../../ffmpegthumbnailer.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 'ffmpegthumbnailer.h' doesn't include <QObject>."
20
#elif Q_MOC_OUTPUT_REVISION != 69
21
#error "This file was generated using the moc from 6.12.0. 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_ZN17FFMpegThumbnailerE_t {};
35
} // unnamed namespace
36
37
template <> constexpr inline auto FFMpegThumbnailer::qt_create_metaobjectdata<qt_meta_tag_ZN17FFMpegThumbnailerE_t>()
38
0
{
39
0
    namespace QMC = QtMocConstants;
40
0
    QtMocHelpers::StringRefStorage qt_stringData {
41
0
        "FFMpegThumbnailer"
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
    return QtMocHelpers::metaObjectData<FFMpegThumbnailer, qt_meta_tag_ZN17FFMpegThumbnailerE_t>(QMC::MetaObjectFlag{}, qt_stringData,
51
0
            qt_methods, qt_properties, qt_enums);
52
0
}
53
Q_CONSTINIT const QMetaObject FFMpegThumbnailer::staticMetaObject = { {
54
    QMetaObject::SuperData::link<KIO::ThumbnailCreator::staticMetaObject>(),
55
    qt_staticMetaObjectStaticContent<qt_meta_tag_ZN17FFMpegThumbnailerE_t>.stringdata,
56
    qt_staticMetaObjectStaticContent<qt_meta_tag_ZN17FFMpegThumbnailerE_t>.data,
57
    qt_static_metacall,
58
    nullptr,
59
    qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN17FFMpegThumbnailerE_t>.metaTypes,
60
    nullptr
61
} };
62
63
void FFMpegThumbnailer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
64
0
{
65
0
    auto *_t = static_cast<FFMpegThumbnailer *>(_o);
66
0
    (void)_t;
67
0
    (void)_c;
68
0
    (void)_id;
69
0
    (void)_a;
70
0
}
71
72
const QMetaObject *FFMpegThumbnailer::metaObject() const
73
0
{
74
0
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
75
0
}
76
77
void *FFMpegThumbnailer::qt_metacast(const char *_clname)
78
0
{
79
0
    if (!_clname) return nullptr;
80
0
    if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN17FFMpegThumbnailerE_t>.strings))
81
0
        return static_cast<void*>(this);
82
0
    return KIO::ThumbnailCreator::qt_metacast(_clname);
83
0
}
84
85
int FFMpegThumbnailer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
86
0
{
87
0
    _id = KIO::ThumbnailCreator::qt_metacall(_c, _id, _a);
88
0
    return _id;
89
0
}
90
QT_WARNING_POP