11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'paymentserver.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_PaymentServer_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
48 "PaymentServer\0receivedPaymentRequest\0"
49 "\0SendCoinsRecipient\0message\0title\0"
50 "style\0uiReady\0handleURIOrFile\0s\0"
78 QMetaType::Void, 0x80000000 | 3, 2,
79 QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::UInt, 5, 4, 6,
83 QMetaType::Void, QMetaType::QString, 9,
89void PaymentServer::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
91 if (_c == QMetaObject::InvokeMetaMethod) {
96 case 1: _t->message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
97 case 2: _t->uiReady();
break;
98 case 3: _t->handleURIOrFile((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
99 case 4: _t->handleURIConnection();
break;
102 }
else if (_c == QMetaObject::IndexOfMethod) {
103 int *result =
reinterpret_cast<int *
>(_a[0]);
112 using _t = void (
PaymentServer::*)(
const QString & ,
const QString & ,
unsigned int );
121QT_INIT_METAOBJECT
const QMetaObject PaymentServer::staticMetaObject = { {
122 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
131const QMetaObject *PaymentServer::metaObject()
const
133 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
136void *PaymentServer::qt_metacast(
const char *_clname)
138 if (!_clname)
return nullptr;
140 return static_cast<void*
>(
this);
141 return QObject::qt_metacast(_clname);
144int PaymentServer::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
146 _id = QObject::qt_metacall(_c, _id, _a);
149 if (_c == QMetaObject::InvokeMetaMethod) {
151 qt_static_metacall(
this, _c, _id, _a);
153 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
155 *
reinterpret_cast<int*
>(_a[0]) = -1;
164 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
165 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
171 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))),
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t2))),
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t3))) };
172 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
void message(const QString &title, const QString &message, unsigned int style)
void receivedPaymentRequest(SendCoinsRecipient)
static const qt_meta_stringdata_PaymentServer_t qt_meta_stringdata_PaymentServer
#define QT_MOC_LITERAL(idx, ofs, len)
static const uint qt_meta_data_PaymentServer[]