/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 | "0$QtieEa5WE9EJ7nRruCE5KwCFOxU" |
43 | 0 | }; |
44 | 0 |
|
45 | 0 | QtMocHelpers::UintData qt_methods { |
46 | 0 | }; |
47 | 0 | QtMocHelpers::UintData qt_properties { |
48 | 0 | }; |
49 | 0 | QtMocHelpers::UintData qt_enums { |
50 | 0 | }; |
51 | 0 | int qt_metaObjectHashIndex = 1; |
52 | 0 | return QtMocHelpers::metaObjectData<FFMpegThumbnailer, qt_meta_tag_ZN17FFMpegThumbnailerE_t>(QMC::MetaObjectFlag{}, qt_stringData, |
53 | 0 | qt_methods, qt_properties, qt_enums, qt_metaObjectHashIndex); |
54 | 0 | } |
55 | | Q_CONSTINIT const QMetaObject FFMpegThumbnailer::staticMetaObject = { { |
56 | | QMetaObject::SuperData::link<KIO::ThumbnailCreator::staticMetaObject>(), |
57 | | qt_staticMetaObjectStaticContent<qt_meta_tag_ZN17FFMpegThumbnailerE_t>.stringdata, |
58 | | qt_staticMetaObjectStaticContent<qt_meta_tag_ZN17FFMpegThumbnailerE_t>.data, |
59 | | qt_static_metacall, |
60 | | nullptr, |
61 | | qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN17FFMpegThumbnailerE_t>.metaTypes, |
62 | | nullptr |
63 | | } }; |
64 | | |
65 | | void FFMpegThumbnailer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
66 | 0 | { |
67 | 0 | auto *_t = static_cast<FFMpegThumbnailer *>(_o); |
68 | 0 | (void)_t; |
69 | 0 | (void)_c; |
70 | 0 | (void)_id; |
71 | 0 | (void)_a; |
72 | 0 | } |
73 | | |
74 | | const QMetaObject *FFMpegThumbnailer::metaObject() const |
75 | 0 | { |
76 | 0 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
77 | 0 | } |
78 | | |
79 | | void *FFMpegThumbnailer::qt_metacast(const char *_clname) |
80 | 0 | { |
81 | 0 | if (!_clname) return nullptr; |
82 | 0 | if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN17FFMpegThumbnailerE_t>.strings)) |
83 | 0 | return static_cast<void*>(this); |
84 | 0 | return KIO::ThumbnailCreator::qt_metacast(_clname); |
85 | 0 | } |
86 | | |
87 | | int FFMpegThumbnailer::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
88 | 0 | { |
89 | 0 | _id = KIO::ThumbnailCreator::qt_metacall(_c, _id, _a); |
90 | 0 | return _id; |
91 | 0 | } |
92 | | QT_WARNING_POP |