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