9#include "../../../../src/widgets/scopes/audiowaveformscopewidget.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 'audiowaveformscopewidget.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.1. 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_ZN24AudioWaveformScopeWidgetE_t {};
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN24AudioWaveformScopeWidgetE = QtMocHelpers::stringData(
40 "AudioWaveformScopeWidget"
43#error "qtmochelpers.h not found or too old."
46Q_CONSTINIT
static const uint qt_meta_data_ZN24AudioWaveformScopeWidgetE[] = {
62Q_CONSTINIT
const QMetaObject AudioWaveformScopeWidget::staticMetaObject = { {
63 QMetaObject::SuperData::link<ScopeWidget::staticMetaObject>(),
64 qt_meta_stringdata_ZN24AudioWaveformScopeWidgetE.offsetsAndSizes,
65 qt_meta_data_ZN24AudioWaveformScopeWidgetE,
68 qt_incomplete_metaTypeArray<qt_meta_tag_ZN24AudioWaveformScopeWidgetE_t,
70 QtPrivate::TypeAndForceComplete<AudioWaveformScopeWidget, std::true_type>
75void AudioWaveformScopeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
77 auto *_t =
static_cast<AudioWaveformScopeWidget *
>(_o);
84const QMetaObject *AudioWaveformScopeWidget::metaObject()
const
86 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
89void *AudioWaveformScopeWidget::qt_metacast(
const char *_clname)
91 if (!_clname)
return nullptr;
92 if (!strcmp(_clname, qt_meta_stringdata_ZN24AudioWaveformScopeWidgetE.stringdata0))
93 return static_cast<void*
>(
this);
94 return ScopeWidget::qt_metacast(_clname);
97int AudioWaveformScopeWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
99 _id = ScopeWidget::qt_metacall(_c, _id, _a);