10#include "../../../../umbrello/dialogs/parameterpropertiesdialog.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'parameterpropertiesdialog.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.13. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
23QT_WARNING_DISABLE_DEPRECATED
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_ParameterPropertiesDialog_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
38 "ParameterPropertiesDialog"
58void ParameterPropertiesDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
66QT_INIT_METAOBJECT
const QMetaObject ParameterPropertiesDialog::staticMetaObject = { {
67 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
76const QMetaObject *ParameterPropertiesDialog::metaObject()
const
78 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
81void *ParameterPropertiesDialog::qt_metacast(
const char *_clname)
83 if (!_clname)
return nullptr;
85 return static_cast<void*
>(
this);
86 return SinglePageDialogBase::qt_metacast(_clname);
89int ParameterPropertiesDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
91 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
static const qt_meta_stringdata_ParameterPropertiesDialog_t qt_meta_stringdata_ParameterPropertiesDialog
Definition moc_parameterpropertiesdialog.cpp:33
static const uint qt_meta_data_ParameterPropertiesDialog[]
Definition moc_parameterpropertiesdialog.cpp:42
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_parameterpropertiesdialog.cpp:28