CuteLogger
Fast and simple logging solution for Qt based applications
moc_bitrateviewerjob.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'bitrateviewerjob.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.2)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/jobs/bitrateviewerjob.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 'bitrateviewerjob.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.2. 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
30QT_WARNING_PUSH
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
34struct qt_meta_tag_ZN16BitrateViewerJobE_t {};
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN16BitrateViewerJobE = QtMocHelpers::stringData(
40 "BitrateViewerJob",
41 "onFinished",
42 "",
43 "exitCode",
44 "QProcess::ExitStatus",
45 "exitStatus",
46 "onOpenTriggered"
47);
48#else // !QT_MOC_HAS_STRINGDATA
49#error "qtmochelpers.h not found or too old."
50#endif // !QT_MOC_HAS_STRINGDATA
51
52Q_CONSTINIT static const uint qt_meta_data_ZN16BitrateViewerJobE[] = {
53
54 // content:
55 12, // revision
56 0, // classname
57 0, 0, // classinfo
58 2, 14, // methods
59 0, 0, // properties
60 0, 0, // enums/sets
61 0, 0, // constructors
62 0, // flags
63 0, // signalCount
64
65 // slots: name, argc, parameters, tag, flags, initial metatype offsets
66 1, 2, 26, 2, 0x08, 1 /* Private */,
67 6, 0, 31, 2, 0x08, 4 /* Private */,
68
69 // slots: parameters
70 QMetaType::Void, QMetaType::Int, 0x80000000 | 4, 3, 5,
71 QMetaType::Void,
72
73 0 // eod
74};
75
76Q_CONSTINIT const QMetaObject BitrateViewerJob::staticMetaObject = { {
77 QMetaObject::SuperData::link<FfprobeJob::staticMetaObject>(),
78 qt_meta_stringdata_ZN16BitrateViewerJobE.offsetsAndSizes,
79 qt_meta_data_ZN16BitrateViewerJobE,
80 qt_static_metacall,
81 nullptr,
82 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16BitrateViewerJobE_t,
83 // Q_OBJECT / Q_GADGET
84 QtPrivate::TypeAndForceComplete<BitrateViewerJob, std::true_type>,
85 // method 'onFinished'
86 QtPrivate::TypeAndForceComplete<void, std::false_type>,
87 QtPrivate::TypeAndForceComplete<int, std::false_type>,
88 QtPrivate::TypeAndForceComplete<QProcess::ExitStatus, std::false_type>,
89 // method 'onOpenTriggered'
90 QtPrivate::TypeAndForceComplete<void, std::false_type>
91 >,
92 nullptr
93} };
94
95void BitrateViewerJob::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
96{
97 auto *_t = static_cast<BitrateViewerJob *>(_o);
98 if (_c == QMetaObject::InvokeMetaMethod) {
99 switch (_id) {
100 case 0: _t->onFinished((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<QProcess::ExitStatus>>(_a[2]))); break;
101 case 1: _t->onOpenTriggered(); break;
102 default: ;
103 }
104 }
105}
106
107const QMetaObject *BitrateViewerJob::metaObject() const
108{
109 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
110}
111
112void *BitrateViewerJob::qt_metacast(const char *_clname)
113{
114 if (!_clname) return nullptr;
115 if (!strcmp(_clname, qt_meta_stringdata_ZN16BitrateViewerJobE.stringdata0))
116 return static_cast<void*>(this);
117 return FfprobeJob::qt_metacast(_clname);
118}
119
120int BitrateViewerJob::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
121{
122 _id = FfprobeJob::qt_metacall(_c, _id, _a);
123 if (_id < 0)
124 return _id;
125 if (_c == QMetaObject::InvokeMetaMethod) {
126 if (_id < 2)
127 qt_static_metacall(this, _c, _id, _a);
128 _id -= 2;
129 }
130 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
131 if (_id < 2)
132 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
133 _id -= 2;
134 }
135 return _id;
136}
137QT_WARNING_POP