Bitcoin Core  0.21.1
P2P Digital Currency
moc_recentrequeststablemodel.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'recentrequeststablemodel.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 'recentrequeststablemodel.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.9.4. 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
20 QT_WARNING_PUSH
21 QT_WARNING_DISABLE_DEPRECATED
23  QByteArrayData data[3];
24  char stringdata0[44];
25 };
26 #define QT_MOC_LITERAL(idx, ofs, len) \
27  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
28  qptrdiff(offsetof(qt_meta_stringdata_RecentRequestsTableModel_t, stringdata0) + ofs \
29  - idx * sizeof(QByteArrayData)) \
30  )
32  {
33 QT_MOC_LITERAL(0, 0, 24), // "RecentRequestsTableModel"
34 QT_MOC_LITERAL(1, 25, 17), // "updateDisplayUnit"
35 QT_MOC_LITERAL(2, 43, 0) // ""
36 
37  },
38  "RecentRequestsTableModel\0updateDisplayUnit\0"
39  ""
40 };
41 #undef QT_MOC_LITERAL
42 
44 
45  // content:
46  7, // revision
47  0, // classname
48  0, 0, // classinfo
49  1, 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, 19, 2, 0x0a /* Public */,
58 
59  // slots: parameters
60  QMetaType::Void,
61 
62  0 // eod
63 };
64 
65 void RecentRequestsTableModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
66 {
67  if (_c == QMetaObject::InvokeMetaMethod) {
68  RecentRequestsTableModel *_t = static_cast<RecentRequestsTableModel *>(_o);
69  Q_UNUSED(_t)
70  switch (_id) {
71  case 0: _t->updateDisplayUnit(); break;
72  default: ;
73  }
74  }
75  Q_UNUSED(_a);
76 }
77 
78 const QMetaObject RecentRequestsTableModel::staticMetaObject = {
79  { &QAbstractTableModel::staticMetaObject, qt_meta_stringdata_RecentRequestsTableModel.data,
80  qt_meta_data_RecentRequestsTableModel, qt_static_metacall, nullptr, nullptr}
81 };
82 
83 
84 const QMetaObject *RecentRequestsTableModel::metaObject() const
85 {
86  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
87 }
88 
89 void *RecentRequestsTableModel::qt_metacast(const char *_clname)
90 {
91  if (!_clname) return nullptr;
93  return static_cast<void*>(this);
94  return QAbstractTableModel::qt_metacast(_clname);
95 }
96 
97 int RecentRequestsTableModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
98 {
99  _id = QAbstractTableModel::qt_metacall(_c, _id, _a);
100  if (_id < 0)
101  return _id;
102  if (_c == QMetaObject::InvokeMetaMethod) {
103  if (_id < 1)
104  qt_static_metacall(this, _c, _id, _a);
105  _id -= 1;
106  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
107  if (_id < 1)
108  *reinterpret_cast<int*>(_a[0]) = -1;
109  _id -= 1;
110  }
111  return _id;
112 }
113 QT_WARNING_POP
114 QT_END_MOC_NAMESPACE
Model for list of recently generated payment requests / bitcoin: URIs.
static const uint qt_meta_data_RecentRequestsTableModel[]
#define QT_MOC_LITERAL(idx, ofs, len)
static const qt_meta_stringdata_RecentRequestsTableModel_t qt_meta_stringdata_RecentRequestsTableModel