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