11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'apptests.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.)"
23QT_WARNING_DISABLE_DEPRECATED
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_AppTests_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
46 "AppTests\0appTests\0\0guiTests\0BitcoinGUI*\0"
47 "window\0consoleTests\0RPCConsole*\0console"
71 QMetaType::Void, 0x80000000 | 4, 5,
72 QMetaType::Void, 0x80000000 | 7, 8,
77void AppTests::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
79 if (_c == QMetaObject::InvokeMetaMethod) {
80 auto *_t =
static_cast<AppTests *
>(_o);
84 case 1: _t->guiTests((*
reinterpret_cast< BitcoinGUI*(*)
>(_a[1])));
break;
85 case 2: _t->consoleTests((*
reinterpret_cast< RPCConsole*(*)
>(_a[1])));
break;
91QT_INIT_METAOBJECT
const QMetaObject AppTests::staticMetaObject = { {
92 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
101const QMetaObject *AppTests::metaObject()
const
103 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
106void *AppTests::qt_metacast(
const char *_clname)
108 if (!_clname)
return nullptr;
110 return static_cast<void*
>(
this);
111 return QObject::qt_metacast(_clname);
114int AppTests::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
116 _id = QObject::qt_metacall(_c, _id, _a);
119 if (_c == QMetaObject::InvokeMetaMethod) {
121 qt_static_metacall(
this, _c, _id, _a);
123 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
125 *
reinterpret_cast<int*
>(_a[0]) = -1;
void appTests()
Entry point for BitcoinApplication tests.
Local Bitcoin RPC console.
static const qt_meta_stringdata_AppTests_t qt_meta_stringdata_AppTests
#define QT_MOC_LITERAL(idx, ofs, len)
static const uint qt_meta_data_AppTests[]