9#include "../../../../src/widgets/scopes/audiosurroundscopewidget.h"
10#include <QtCore/qmetatype.h>
12#if __has_include(<QtCore/qtmochelpers.h>)
13#include <QtCore/qtmochelpers.h>
21#if !defined(Q_MOC_OUTPUT_REVISION)
22#error "The header file 'audiosurroundscopewidget.h' doesn't include <QObject>."
23#elif Q_MOC_OUTPUT_REVISION != 68
24#error "This file was generated using the moc from 6.6.2. It"
25#error "cannot be used with the include files from this version of Qt."
26#error "(The moc has changed too much.)"
34QT_WARNING_DISABLE_DEPRECATED
35QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39struct qt_meta_stringdata_CLASSAudioSurroundScopeWidgetENDCLASS_t {};
40constexpr auto qt_meta_stringdata_CLASSAudioSurroundScopeWidgetENDCLASS = QtMocHelpers::stringData(
41 "AudioSurroundScopeWidget"
44struct qt_meta_stringdata_CLASSAudioSurroundScopeWidgetENDCLASS_t {
45 uint offsetsAndSizes[2];
48#define QT_MOC_LITERAL(ofs, len) \
49 uint(sizeof(qt_meta_stringdata_CLASSAudioSurroundScopeWidgetENDCLASS_t::offsetsAndSizes) + ofs), len
50Q_CONSTINIT
static const qt_meta_stringdata_CLASSAudioSurroundScopeWidgetENDCLASS_t qt_meta_stringdata_CLASSAudioSurroundScopeWidgetENDCLASS = {
54 "AudioSurroundScopeWidget"
60Q_CONSTINIT
static const uint qt_meta_data_CLASSAudioSurroundScopeWidgetENDCLASS[] = {
76Q_CONSTINIT
const QMetaObject AudioSurroundScopeWidget::staticMetaObject = { {
77 QMetaObject::SuperData::link<ScopeWidget::staticMetaObject>(),
78 qt_meta_stringdata_CLASSAudioSurroundScopeWidgetENDCLASS.offsetsAndSizes,
79 qt_meta_data_CLASSAudioSurroundScopeWidgetENDCLASS,
82 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSAudioSurroundScopeWidgetENDCLASS_t,
84 QtPrivate::TypeAndForceComplete<AudioSurroundScopeWidget, std::true_type>
89void AudioSurroundScopeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
97const QMetaObject *AudioSurroundScopeWidget::metaObject()
const
99 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
102void *AudioSurroundScopeWidget::qt_metacast(
const char *_clname)
104 if (!_clname)
return nullptr;
105 if (!strcmp(_clname, qt_meta_stringdata_CLASSAudioSurroundScopeWidgetENDCLASS.stringdata0))
106 return static_cast<void*
>(
this);
107 return ScopeWidget::qt_metacast(_clname);
110int AudioSurroundScopeWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
112 _id = ScopeWidget::qt_metacall(_c, _id, _a);