Bitcoin Core  28.1.0
P2P Digital Currency
moc_optiontests.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'optiontests.h'
3 **
4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include <memory>
10 #include "qt/test/optiontests.h"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'optiontests.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 67
16 #error "This file was generated using the moc from 5.15.2. 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[7];
26  char stringdata0[87];
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_OptionTests_t, stringdata0) + ofs \
31  - idx * sizeof(QByteArrayData)) \
32  )
34  {
35 QT_MOC_LITERAL(0, 0, 11), // "OptionTests"
36 QT_MOC_LITERAL(1, 12, 4), // "init"
37 QT_MOC_LITERAL(2, 17, 0), // ""
38 QT_MOC_LITERAL(3, 18, 15), // "migrateSettings"
39 QT_MOC_LITERAL(4, 34, 16), // "integerGetArgBug"
40 QT_MOC_LITERAL(5, 51, 21), // "parametersInteraction"
41 QT_MOC_LITERAL(6, 73, 13) // "extractFilter"
42 
43  },
44  "OptionTests\0init\0\0migrateSettings\0"
45  "integerGetArgBug\0parametersInteraction\0"
46  "extractFilter"
47 };
48 #undef QT_MOC_LITERAL
49 
50 static const uint qt_meta_data_OptionTests[] = {
51 
52  // content:
53  8, // revision
54  0, // classname
55  0, 0, // classinfo
56  5, 14, // methods
57  0, 0, // properties
58  0, 0, // enums/sets
59  0, 0, // constructors
60  0, // flags
61  0, // signalCount
62 
63  // slots: name, argc, parameters, tag, flags
64  1, 0, 39, 2, 0x08 /* Private */,
65  3, 0, 40, 2, 0x08 /* Private */,
66  4, 0, 41, 2, 0x08 /* Private */,
67  5, 0, 42, 2, 0x08 /* Private */,
68  6, 0, 43, 2, 0x08 /* Private */,
69 
70  // slots: parameters
71  QMetaType::Void,
72  QMetaType::Void,
73  QMetaType::Void,
74  QMetaType::Void,
75  QMetaType::Void,
76 
77  0 // eod
78 };
79 
80 void OptionTests::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
81 {
82  if (_c == QMetaObject::InvokeMetaMethod) {
83  auto *_t = static_cast<OptionTests *>(_o);
84  (void)_t;
85  switch (_id) {
86  case 0: _t->init(); break;
87  case 1: _t->migrateSettings(); break;
88  case 2: _t->integerGetArgBug(); break;
89  case 3: _t->parametersInteraction(); break;
90  case 4: _t->extractFilter(); break;
91  default: ;
92  }
93  }
94  (void)_a;
95 }
96 
97 QT_INIT_METAOBJECT const QMetaObject OptionTests::staticMetaObject = { {
98  QMetaObject::SuperData::link<QObject::staticMetaObject>(),
101  qt_static_metacall,
102  nullptr,
103  nullptr
104 } };
105 
106 
107 const QMetaObject *OptionTests::metaObject() const
108 {
109  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
110 }
111 
112 void *OptionTests::qt_metacast(const char *_clname)
113 {
114  if (!_clname) return nullptr;
115  if (!strcmp(_clname, qt_meta_stringdata_OptionTests.stringdata0))
116  return static_cast<void*>(this);
117  return QObject::qt_metacast(_clname);
118 }
119 
120 int OptionTests::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
121 {
122  _id = QObject::qt_metacall(_c, _id, _a);
123  if (_id < 0)
124  return _id;
125  if (_c == QMetaObject::InvokeMetaMethod) {
126  if (_id < 5)
127  qt_static_metacall(this, _c, _id, _a);
128  _id -= 5;
129  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
130  if (_id < 5)
131  *reinterpret_cast<int*>(_a[0]) = -1;
132  _id -= 5;
133  }
134  return _id;
135 }
136 QT_WARNING_POP
137 QT_END_MOC_NAMESPACE
static const uint qt_meta_data_OptionTests[]
#define QT_MOC_LITERAL(idx, ofs, len)
static const qt_meta_stringdata_OptionTests_t qt_meta_stringdata_OptionTests