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 'notedialog.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.)"
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN10NoteDialogE = QtMocHelpers::stringData(
46#error "qtmochelpers.h not found or too old."
63 1, 0, 26, 2, 0x0a, 1 ,
64 3, 0, 27, 2, 0x0a, 2 ,
73Q_CONSTINIT const QMetaObject NoteDialog::staticMetaObject = { {
74 QMetaObject::SuperData::link<MultiPageDialogBase::staticMetaObject>(),
75 qt_meta_stringdata_ZN10NoteDialogE.offsetsAndSizes,
79 qt_incomplete_metaTypeArray<qt_meta_tag_ZN10NoteDialogE_t,
81 QtPrivate::TypeAndForceComplete<NoteDialog, std::true_type>,
83 QtPrivate::TypeAndForceComplete<void, std::false_type>,
85 QtPrivate::TypeAndForceComplete<void, std::false_type>
90void NoteDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
93 if (_c == QMetaObject::InvokeMetaMethod) {
95 case 0: _t->slotOk();
break;
96 case 1: _t->slotApply();
break;
103const QMetaObject *NoteDialog::metaObject()
const
105 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
108void *NoteDialog::qt_metacast(
const char *_clname)
110 if (!_clname)
return nullptr;
111 if (!strcmp(_clname, qt_meta_stringdata_ZN10NoteDialogE.stringdata0))
112 return static_cast<void*
>(
this);
113 return MultiPageDialogBase::qt_metacast(_clname);
116int NoteDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
118 _id = MultiPageDialogBase::qt_metacall(_c, _id, _a);
121 if (_c == QMetaObject::InvokeMetaMethod) {
123 qt_static_metacall(
this, _c, _id, _a);
126 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
128 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
NoteDialog(QWidget *parent, NoteWidget *widget)
Definition notedialog.cpp:16
static Q_CONSTINIT const uint qt_meta_data_ZN10NoteDialogE[]
Definition moc_notedialog.cpp:49
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33