9#include "../../../../src/widgets/lineeditclear.h"
10#include <QtGui/qtextcursor.h>
11#include <QtCore/qmetatype.h>
13#include <QtCore/qtmochelpers.h>
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'lineeditclear.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 68
22#error "This file was generated using the moc from 6.7.2. It"
23#error "cannot be used with the include files from this version of Qt."
24#error "(The moc has changed too much.)"
32QT_WARNING_DISABLE_DEPRECATED
33QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
36#ifdef QT_MOC_HAS_STRINGDATA
37struct qt_meta_stringdata_CLASSLineEditClearENDCLASS_t {};
38constexpr auto qt_meta_stringdata_CLASSLineEditClearENDCLASS = QtMocHelpers::stringData(
45#error "qtmochelpers.h not found or too old."
49Q_CONSTINIT
static const uint qt_meta_data_CLASSLineEditClearENDCLASS[] = {
63 1, 1, 20, 2, 0x08, 1 ,
66 QMetaType::Void, QMetaType::QString, 3,
71Q_CONSTINIT
const QMetaObject LineEditClear::staticMetaObject = { {
72 QMetaObject::SuperData::link<QLineEdit::staticMetaObject>(),
73 qt_meta_stringdata_CLASSLineEditClearENDCLASS.offsetsAndSizes,
74 qt_meta_data_CLASSLineEditClearENDCLASS,
77 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSLineEditClearENDCLASS_t,
79 QtPrivate::TypeAndForceComplete<LineEditClear, std::true_type>,
81 QtPrivate::TypeAndForceComplete<void, std::false_type>,
82 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
87void LineEditClear::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
89 if (_c == QMetaObject::InvokeMetaMethod) {
90 auto *_t =
static_cast<LineEditClear *
>(_o);
93 case 0: _t->updateCloseButton((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
99const QMetaObject *LineEditClear::metaObject()
const
101 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
104void *LineEditClear::qt_metacast(
const char *_clname)
106 if (!_clname)
return nullptr;
107 if (!strcmp(_clname, qt_meta_stringdata_CLASSLineEditClearENDCLASS.stringdata0))
108 return static_cast<void*
>(
this);
109 return QLineEdit::qt_metacast(_clname);
112int LineEditClear::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
114 _id = QLineEdit::qt_metacall(_c, _id, _a);
117 if (_c == QMetaObject::InvokeMetaMethod) {
119 qt_static_metacall(
this, _c, _id, _a);
121 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
123 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();