10#include "../../../../umbrello/umlmodel/instanceattribute.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'instanceattribute.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_UMLInstanceAttribute_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
38 "UMLInstanceAttribute"
58void UMLInstanceAttribute::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
66QT_INIT_METAOBJECT
const QMetaObject UMLInstanceAttribute::staticMetaObject = { {
67 QMetaObject::SuperData::link<UMLObject::staticMetaObject>(),
76const QMetaObject *UMLInstanceAttribute::metaObject()
const
78 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
81void *UMLInstanceAttribute::qt_metacast(
const char *_clname)
83 if (!_clname)
return nullptr;
85 return static_cast<void*
>(
this);
86 return UMLObject::qt_metacast(_clname);
89int UMLInstanceAttribute::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
91 _id = UMLObject::qt_metacall(_c, _id, _a);
static const uint qt_meta_data_UMLInstanceAttribute[]
Definition moc_instanceattribute.cpp:42
static const qt_meta_stringdata_UMLInstanceAttribute_t qt_meta_stringdata_UMLInstanceAttribute
Definition moc_instanceattribute.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_instanceattribute.cpp:28