9#include "../../../../src/jobs/encodejob.h"
10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'encodejob.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.3. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
34struct qt_meta_tag_ZN9EncodeJobE_t {};
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN9EncodeJobE = QtMocHelpers::stringData(
41 "onVideoQualityTriggered",
43 "onSpatialMediaTriggered",
47 "QProcess::ExitStatus",
51#error "qtmochelpers.h not found or too old."
54Q_CONSTINIT
static const uint qt_meta_data_ZN9EncodeJobE[] = {
68 1, 0, 38, 2, 0x08, 1 ,
69 3, 0, 39, 2, 0x08, 2 ,
70 4, 0, 40, 2, 0x08, 3 ,
71 5, 2, 41, 2, 0x09, 4 ,
77 QMetaType::Void, QMetaType::Int, 0x80000000 | 7, 6, 8,
82Q_CONSTINIT
const QMetaObject EncodeJob::staticMetaObject = { {
83 QMetaObject::SuperData::link<MeltJob::staticMetaObject>(),
84 qt_meta_stringdata_ZN9EncodeJobE.offsetsAndSizes,
85 qt_meta_data_ZN9EncodeJobE,
88 qt_incomplete_metaTypeArray<qt_meta_tag_ZN9EncodeJobE_t,
90 QtPrivate::TypeAndForceComplete<EncodeJob, std::true_type>,
92 QtPrivate::TypeAndForceComplete<void, std::false_type>,
94 QtPrivate::TypeAndForceComplete<void, std::false_type>,
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<void, std::false_type>,
99 QtPrivate::TypeAndForceComplete<int, std::false_type>,
100 QtPrivate::TypeAndForceComplete<QProcess::ExitStatus, std::false_type>
105void EncodeJob::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
107 auto *_t =
static_cast<EncodeJob *
>(_o);
108 if (_c == QMetaObject::InvokeMetaMethod) {
110 case 0: _t->onVideoQualityTriggered();
break;
111 case 1: _t->onSpatialMediaTriggered();
break;
112 case 2: _t->onEmbedChapters();
break;
113 case 3: _t->onFinished((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])),(*
reinterpret_cast< std::add_pointer_t<QProcess::ExitStatus>
>(_a[2])));
break;
119const QMetaObject *EncodeJob::metaObject()
const
121 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
124void *EncodeJob::qt_metacast(
const char *_clname)
126 if (!_clname)
return nullptr;
127 if (!strcmp(_clname, qt_meta_stringdata_ZN9EncodeJobE.stringdata0))
128 return static_cast<void*
>(
this);
129 return MeltJob::qt_metacast(_clname);
132int EncodeJob::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
134 _id = MeltJob::qt_metacall(_c, _id, _a);
137 if (_c == QMetaObject::InvokeMetaMethod) {
139 qt_static_metacall(
this, _c, _id, _a);
142 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
144 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();