Bitcoin Core  0.21.1
P2P Digital Currency
moc_receiverequestdialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'receiverequestdialog.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'receiverequestdialog.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.6.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
18 
19 QT_BEGIN_MOC_NAMESPACE
21  QByteArrayData data[5];
22  char stringdata0[88];
23 };
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26  qptrdiff(offsetof(qt_meta_stringdata_ReceiveRequestDialog_t, stringdata0) + ofs \
27  - idx * sizeof(QByteArrayData)) \
28  )
30  {
31 QT_MOC_LITERAL(0, 0, 20), // "ReceiveRequestDialog"
32 QT_MOC_LITERAL(1, 21, 21), // "on_btnCopyURI_clicked"
33 QT_MOC_LITERAL(2, 43, 0), // ""
34 QT_MOC_LITERAL(3, 44, 25), // "on_btnCopyAddress_clicked"
35 QT_MOC_LITERAL(4, 70, 17) // "updateDisplayUnit"
36 
37  },
38  "ReceiveRequestDialog\0on_btnCopyURI_clicked\0"
39  "\0on_btnCopyAddress_clicked\0updateDisplayUnit"
40 };
41 #undef QT_MOC_LITERAL
42 
43 static const uint qt_meta_data_ReceiveRequestDialog[] = {
44 
45  // content:
46  7, // revision
47  0, // classname
48  0, 0, // classinfo
49  3, 14, // methods
50  0, 0, // properties
51  0, 0, // enums/sets
52  0, 0, // constructors
53  0, // flags
54  0, // signalCount
55 
56  // slots: name, argc, parameters, tag, flags
57  1, 0, 29, 2, 0x08 /* Private */,
58  3, 0, 30, 2, 0x08 /* Private */,
59  4, 0, 31, 2, 0x08 /* Private */,
60 
61  // slots: parameters
62  QMetaType::Void,
63  QMetaType::Void,
64  QMetaType::Void,
65 
66  0 // eod
67 };
68 
69 void ReceiveRequestDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
70 {
71  if (_c == QMetaObject::InvokeMetaMethod) {
72  ReceiveRequestDialog *_t = static_cast<ReceiveRequestDialog *>(_o);
73  Q_UNUSED(_t)
74  switch (_id) {
75  case 0: _t->on_btnCopyURI_clicked(); break;
76  case 1: _t->on_btnCopyAddress_clicked(); break;
77  case 2: _t->updateDisplayUnit(); break;
78  default: ;
79  }
80  }
81  Q_UNUSED(_a);
82 }
83 
84 const QMetaObject ReceiveRequestDialog::staticMetaObject = {
85  { &QDialog::staticMetaObject, qt_meta_stringdata_ReceiveRequestDialog.data,
86  qt_meta_data_ReceiveRequestDialog, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
87 };
88 
89 
90 const QMetaObject *ReceiveRequestDialog::metaObject() const
91 {
92  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
93 }
94 
95 void *ReceiveRequestDialog::qt_metacast(const char *_clname)
96 {
97  if (!_clname) return Q_NULLPTR;
98  if (!strcmp(_clname, qt_meta_stringdata_ReceiveRequestDialog.stringdata0))
99  return static_cast<void*>(const_cast< ReceiveRequestDialog*>(this));
100  return QDialog::qt_metacast(_clname);
101 }
102 
103 int ReceiveRequestDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
104 {
105  _id = QDialog::qt_metacall(_c, _id, _a);
106  if (_id < 0)
107  return _id;
108  if (_c == QMetaObject::InvokeMetaMethod) {
109  if (_id < 3)
110  qt_static_metacall(this, _c, _id, _a);
111  _id -= 3;
112  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
113  if (_id < 3)
114  *reinterpret_cast<int*>(_a[0]) = -1;
115  _id -= 3;
116  }
117  return _id;
118 }
119 QT_END_MOC_NAMESPACE
static const uint qt_meta_data_ReceiveRequestDialog[]
#define QT_MOC_LITERAL(idx, ofs, len)
static const qt_meta_stringdata_ReceiveRequestDialog_t qt_meta_stringdata_ReceiveRequestDialog