103 lines
2.7 KiB
C++
103 lines
2.7 KiB
C++
/****************************************************************************
|
|
** Meta object code from reading C++ file 'test.h'
|
|
**
|
|
** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.0)
|
|
**
|
|
** WARNING! All changes made in this file will be lost!
|
|
*****************************************************************************/
|
|
|
|
#include "../../../src/test.h"
|
|
#include <QtGui/qtextcursor.h>
|
|
#include <QtGui/qscreen.h>
|
|
#include <QtCore/qmetatype.h>
|
|
|
|
#include <QtCore/qtmochelpers.h>
|
|
|
|
#include <memory>
|
|
|
|
|
|
#include <QtCore/qxptype_traits.h>
|
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
#error "The header file 'test.h' doesn't include <QObject>."
|
|
#elif Q_MOC_OUTPUT_REVISION != 68
|
|
#error "This file was generated using the moc from 6.8.0. It"
|
|
#error "cannot be used with the include files from this version of Qt."
|
|
#error "(The moc has changed too much.)"
|
|
#endif
|
|
|
|
#ifndef Q_CONSTINIT
|
|
#define Q_CONSTINIT
|
|
#endif
|
|
|
|
QT_WARNING_PUSH
|
|
QT_WARNING_DISABLE_DEPRECATED
|
|
QT_WARNING_DISABLE_GCC("-Wuseless-cast")
|
|
namespace {
|
|
|
|
#ifdef QT_MOC_HAS_STRINGDATA
|
|
struct qt_meta_stringdata_CLASStestENDCLASS_t {};
|
|
constexpr auto qt_meta_stringdata_CLASStestENDCLASS = QtMocHelpers::stringData(
|
|
"test"
|
|
);
|
|
#else // !QT_MOC_HAS_STRINGDATA
|
|
#error "qtmochelpers.h not found or too old."
|
|
#endif // !QT_MOC_HAS_STRINGDATA
|
|
} // unnamed namespace
|
|
|
|
Q_CONSTINIT static const uint qt_meta_data_CLASStestENDCLASS[] = {
|
|
|
|
// content:
|
|
12, // revision
|
|
0, // classname
|
|
0, 0, // classinfo
|
|
0, 0, // methods
|
|
0, 0, // properties
|
|
0, 0, // enums/sets
|
|
0, 0, // constructors
|
|
0, // flags
|
|
0, // signalCount
|
|
|
|
0 // eod
|
|
};
|
|
|
|
Q_CONSTINIT const QMetaObject test::staticMetaObject = { {
|
|
QMetaObject::SuperData::link<sui::staticMetaObject>(),
|
|
qt_meta_stringdata_CLASStestENDCLASS.offsetsAndSizes,
|
|
qt_meta_data_CLASStestENDCLASS,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASStestENDCLASS_t,
|
|
// Q_OBJECT / Q_GADGET
|
|
QtPrivate::TypeAndForceComplete<test, std::true_type>
|
|
>,
|
|
nullptr
|
|
} };
|
|
|
|
void test::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
(void)_o;
|
|
(void)_id;
|
|
(void)_c;
|
|
(void)_a;
|
|
}
|
|
|
|
const QMetaObject *test::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *test::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_CLASStestENDCLASS.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return sui::qt_metacast(_clname);
|
|
}
|
|
|
|
int test::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = sui::qt_metacall(_c, _id, _a);
|
|
return _id;
|
|
}
|
|
QT_WARNING_POP
|