Bitcoin Core  0.21.1
P2P Digital Currency
moc_qrimagewidget.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'qrimagewidget.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "qt/qrimagewidget.h"
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'qrimagewidget.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[4];
22  char stringdata0[35];
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_QRImageWidget_t, stringdata0) + ofs \
27  - idx * sizeof(QByteArrayData)) \
28  )
30  {
31 QT_MOC_LITERAL(0, 0, 13), // "QRImageWidget"
32 QT_MOC_LITERAL(1, 14, 9), // "saveImage"
33 QT_MOC_LITERAL(2, 24, 0), // ""
34 QT_MOC_LITERAL(3, 25, 9) // "copyImage"
35 
36  },
37  "QRImageWidget\0saveImage\0\0copyImage"
38 };
39 #undef QT_MOC_LITERAL
40 
41 static const uint qt_meta_data_QRImageWidget[] = {
42 
43  // content:
44  7, // revision
45  0, // classname
46  0, 0, // classinfo
47  2, 14, // methods
48  0, 0, // properties
49  0, 0, // enums/sets
50  0, 0, // constructors
51  0, // flags
52  0, // signalCount
53 
54  // slots: name, argc, parameters, tag, flags
55  1, 0, 24, 2, 0x0a /* Public */,
56  3, 0, 25, 2, 0x0a /* Public */,
57 
58  // slots: parameters
59  QMetaType::Void,
60  QMetaType::Void,
61 
62  0 // eod
63 };
64 
65 void QRImageWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
66 {
67  if (_c == QMetaObject::InvokeMetaMethod) {
68  QRImageWidget *_t = static_cast<QRImageWidget *>(_o);
69  Q_UNUSED(_t)
70  switch (_id) {
71  case 0: _t->saveImage(); break;
72  case 1: _t->copyImage(); break;
73  default: ;
74  }
75  }
76  Q_UNUSED(_a);
77 }
78 
79 const QMetaObject QRImageWidget::staticMetaObject = {
80  { &QLabel::staticMetaObject, qt_meta_stringdata_QRImageWidget.data,
81  qt_meta_data_QRImageWidget, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
82 };
83 
84 
85 const QMetaObject *QRImageWidget::metaObject() const
86 {
87  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
88 }
89 
90 void *QRImageWidget::qt_metacast(const char *_clname)
91 {
92  if (!_clname) return Q_NULLPTR;
93  if (!strcmp(_clname, qt_meta_stringdata_QRImageWidget.stringdata0))
94  return static_cast<void*>(const_cast< QRImageWidget*>(this));
95  return QLabel::qt_metacast(_clname);
96 }
97 
98 int QRImageWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
99 {
100  _id = QLabel::qt_metacall(_c, _id, _a);
101  if (_id < 0)
102  return _id;
103  if (_c == QMetaObject::InvokeMetaMethod) {
104  if (_id < 2)
105  qt_static_metacall(this, _c, _id, _a);
106  _id -= 2;
107  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
108  if (_id < 2)
109  *reinterpret_cast<int*>(_a[0]) = -1;
110  _id -= 2;
111  }
112  return _id;
113 }
114 QT_END_MOC_NAMESPACE
#define QT_MOC_LITERAL(idx, ofs, len)
static const qt_meta_stringdata_QRImageWidget_t qt_meta_stringdata_QRImageWidget
static const uint qt_meta_data_QRImageWidget[]