Bitcoin Core  27.1.0
P2P Digital Currency
moc_bitcoinunits.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'bitcoinunits.h'
3 **
4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.7)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include "qt/bitcoinunits.h"
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'bitcoinunits.h' doesn't include <QObject>."
14 #elif Q_MOC_OUTPUT_REVISION != 67
15 #error "This file was generated using the moc from 5.12.7. 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
24  QByteArrayData data[6];
25  char stringdata0[36];
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_BitcoinUnits_t, stringdata0) + ofs \
30  - idx * sizeof(QByteArrayData)) \
31  )
33  {
34 QT_MOC_LITERAL(0, 0, 12), // "BitcoinUnits"
35 QT_MOC_LITERAL(1, 13, 4), // "Unit"
36 QT_MOC_LITERAL(2, 18, 3), // "BTC"
37 QT_MOC_LITERAL(3, 22, 4), // "mBTC"
38 QT_MOC_LITERAL(4, 27, 4), // "uBTC"
39 QT_MOC_LITERAL(5, 32, 3) // "SAT"
40 
41  },
42  "BitcoinUnits\0Unit\0BTC\0mBTC\0uBTC\0SAT"
43 };
44 #undef QT_MOC_LITERAL
45 
46 static const uint qt_meta_data_BitcoinUnits[] = {
47 
48  // content:
49  8, // revision
50  0, // classname
51  0, 0, // classinfo
52  0, 0, // methods
53  0, 0, // properties
54  1, 14, // enums/sets
55  0, 0, // constructors
56  0, // flags
57  0, // signalCount
58 
59  // enums: name, alias, flags, count, data
60  1, 1, 0x2, 4, 19,
61 
62  // enum data: key, value
63  2, uint(BitcoinUnits::Unit::BTC),
64  3, uint(BitcoinUnits::Unit::mBTC),
65  4, uint(BitcoinUnits::Unit::uBTC),
66  5, uint(BitcoinUnits::Unit::SAT),
67 
68  0 // eod
69 };
70 
71 void BitcoinUnits::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
72 {
73  Q_UNUSED(_o);
74  Q_UNUSED(_id);
75  Q_UNUSED(_c);
76  Q_UNUSED(_a);
77 }
78 
79 QT_INIT_METAOBJECT const QMetaObject BitcoinUnits::staticMetaObject = { {
80  &QAbstractListModel::staticMetaObject,
83  qt_static_metacall,
84  nullptr,
85  nullptr
86 } };
87 
88 
89 const QMetaObject *BitcoinUnits::metaObject() const
90 {
91  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
92 }
93 
94 void *BitcoinUnits::qt_metacast(const char *_clname)
95 {
96  if (!_clname) return nullptr;
97  if (!strcmp(_clname, qt_meta_stringdata_BitcoinUnits.stringdata0))
98  return static_cast<void*>(this);
99  return QAbstractListModel::qt_metacast(_clname);
100 }
101 
102 int BitcoinUnits::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
103 {
104  _id = QAbstractListModel::qt_metacall(_c, _id, _a);
105  return _id;
106 }
107 QT_WARNING_POP
108 QT_END_MOC_NAMESPACE
static const qt_meta_stringdata_BitcoinUnits_t qt_meta_stringdata_BitcoinUnits
#define QT_MOC_LITERAL(idx, ofs, len)
static const uint qt_meta_data_BitcoinUnits[]