Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'bitcoinaddressvalidator.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include <memory>
9 : #include "qt/bitcoinaddressvalidator.h"
10 : #include <QtCore/qbytearray.h>
11 : #include <QtCore/qmetatype.h>
12 : #if !defined(Q_MOC_OUTPUT_REVISION)
13 : #error "The header file 'bitcoinaddressvalidator.h' doesn't include <QObject>."
14 : #elif Q_MOC_OUTPUT_REVISION != 67
15 : #error "This file was generated using the moc from 5.15.0. It"
16 : #error "cannot be used with the include files from this version of Qt."
17 : #error "(The moc has changed too much.)"
18 : #endif
19 :
20 : QT_BEGIN_MOC_NAMESPACE
21 : QT_WARNING_PUSH
22 : QT_WARNING_DISABLE_DEPRECATED
23 : struct qt_meta_stringdata_BitcoinAddressEntryValidator_t {
24 : QByteArrayData data[1];
25 : char stringdata0[29];
26 : };
27 : #define QT_MOC_LITERAL(idx, ofs, len) \
28 : Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
29 : qptrdiff(offsetof(qt_meta_stringdata_BitcoinAddressEntryValidator_t, stringdata0) + ofs \
30 : - idx * sizeof(QByteArrayData)) \
31 : )
32 : static const qt_meta_stringdata_BitcoinAddressEntryValidator_t qt_meta_stringdata_BitcoinAddressEntryValidator = {
33 : {
34 : QT_MOC_LITERAL(0, 0, 28) // "BitcoinAddressEntryValidator"
35 :
36 : },
37 : "BitcoinAddressEntryValidator"
38 : };
39 : #undef QT_MOC_LITERAL
40 :
41 : static const uint qt_meta_data_BitcoinAddressEntryValidator[] = {
42 :
43 : // content:
44 : 8, // revision
45 : 0, // classname
46 : 0, 0, // classinfo
47 : 0, 0, // methods
48 : 0, 0, // properties
49 : 0, 0, // enums/sets
50 : 0, 0, // constructors
51 : 0, // flags
52 : 0, // signalCount
53 :
54 : 0 // eod
55 : };
56 :
57 0 : void BitcoinAddressEntryValidator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
58 : {
59 : Q_UNUSED(_o);
60 : Q_UNUSED(_id);
61 : Q_UNUSED(_c);
62 : Q_UNUSED(_a);
63 0 : }
64 :
65 : QT_INIT_METAOBJECT const QMetaObject BitcoinAddressEntryValidator::staticMetaObject = { {
66 : QMetaObject::SuperData::link<QValidator::staticMetaObject>(),
67 : qt_meta_stringdata_BitcoinAddressEntryValidator.data,
68 : qt_meta_data_BitcoinAddressEntryValidator,
69 : qt_static_metacall,
70 : nullptr,
71 : nullptr
72 : } };
73 :
74 :
75 0 : const QMetaObject *BitcoinAddressEntryValidator::metaObject() const
76 : {
77 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
78 : }
79 :
80 0 : void *BitcoinAddressEntryValidator::qt_metacast(const char *_clname)
81 : {
82 0 : if (!_clname) return nullptr;
83 0 : if (!strcmp(_clname, qt_meta_stringdata_BitcoinAddressEntryValidator.stringdata0))
84 0 : return static_cast<void*>(this);
85 0 : return QValidator::qt_metacast(_clname);
86 0 : }
87 :
88 0 : int BitcoinAddressEntryValidator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
89 : {
90 0 : _id = QValidator::qt_metacall(_c, _id, _a);
91 0 : return _id;
92 : }
93 : struct qt_meta_stringdata_BitcoinAddressCheckValidator_t {
94 : QByteArrayData data[1];
95 : char stringdata0[29];
96 : };
97 : #define QT_MOC_LITERAL(idx, ofs, len) \
98 : Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
99 : qptrdiff(offsetof(qt_meta_stringdata_BitcoinAddressCheckValidator_t, stringdata0) + ofs \
100 : - idx * sizeof(QByteArrayData)) \
101 : )
102 : static const qt_meta_stringdata_BitcoinAddressCheckValidator_t qt_meta_stringdata_BitcoinAddressCheckValidator = {
103 : {
104 : QT_MOC_LITERAL(0, 0, 28) // "BitcoinAddressCheckValidator"
105 :
106 : },
107 : "BitcoinAddressCheckValidator"
108 : };
109 : #undef QT_MOC_LITERAL
110 :
111 : static const uint qt_meta_data_BitcoinAddressCheckValidator[] = {
112 :
113 : // content:
114 : 8, // revision
115 : 0, // classname
116 : 0, 0, // classinfo
117 : 0, 0, // methods
118 : 0, 0, // properties
119 : 0, 0, // enums/sets
120 : 0, 0, // constructors
121 : 0, // flags
122 : 0, // signalCount
123 :
124 : 0 // eod
125 : };
126 :
127 0 : void BitcoinAddressCheckValidator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
128 : {
129 : Q_UNUSED(_o);
130 : Q_UNUSED(_id);
131 : Q_UNUSED(_c);
132 : Q_UNUSED(_a);
133 0 : }
134 :
135 : QT_INIT_METAOBJECT const QMetaObject BitcoinAddressCheckValidator::staticMetaObject = { {
136 : QMetaObject::SuperData::link<QValidator::staticMetaObject>(),
137 : qt_meta_stringdata_BitcoinAddressCheckValidator.data,
138 : qt_meta_data_BitcoinAddressCheckValidator,
139 : qt_static_metacall,
140 : nullptr,
141 : nullptr
142 : } };
143 :
144 :
145 0 : const QMetaObject *BitcoinAddressCheckValidator::metaObject() const
146 : {
147 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
148 : }
149 :
150 0 : void *BitcoinAddressCheckValidator::qt_metacast(const char *_clname)
151 : {
152 0 : if (!_clname) return nullptr;
153 0 : if (!strcmp(_clname, qt_meta_stringdata_BitcoinAddressCheckValidator.stringdata0))
154 0 : return static_cast<void*>(this);
155 0 : return QValidator::qt_metacast(_clname);
156 0 : }
157 :
158 0 : int BitcoinAddressCheckValidator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
159 : {
160 0 : _id = QValidator::qt_metacall(_c, _id, _a);
161 0 : return _id;
162 : }
163 : QT_WARNING_POP
164 : QT_END_MOC_NAMESPACE
|