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.8.3. 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")
35struct qt_meta_tag_ZN13LineEditClearE_t {};
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN13LineEditClearE = QtMocHelpers::stringData(
47#error "qtmochelpers.h not found or too old."
50Q_CONSTINIT
static const uint qt_meta_data_ZN13LineEditClearE[] = {
64 1, 1, 20, 2, 0x08, 1 ,
67 QMetaType::Void, QMetaType::QString, 3,
72Q_CONSTINIT
const QMetaObject LineEditClear::staticMetaObject = { {
73 QMetaObject::SuperData::link<QLineEdit::staticMetaObject>(),
74 qt_meta_stringdata_ZN13LineEditClearE.offsetsAndSizes,
75 qt_meta_data_ZN13LineEditClearE,
78 qt_incomplete_metaTypeArray<qt_meta_tag_ZN13LineEditClearE_t,
80 QtPrivate::TypeAndForceComplete<LineEditClear, std::true_type>,
82 QtPrivate::TypeAndForceComplete<void, std::false_type>,
83 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
88void LineEditClear::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
90 auto *_t =
static_cast<LineEditClear *
>(_o);
91 if (_c == QMetaObject::InvokeMetaMethod) {
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_ZN13LineEditClearE.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);
122 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
124 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();