9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'paymentserver.h' doesn't include <QObject>."
11 #elif Q_MOC_OUTPUT_REVISION != 63
12 #error "This file was generated using the moc from 4.8.6. It"
13 #error "cannot be used with the include files from this version of Qt."
14 #error "(The moc has changed too much.)"
17 QT_BEGIN_MOC_NAMESPACE
34 120, 100, 14, 14, 0x05,
37 150, 14, 14, 14, 0x0a,
38 189, 160, 14, 14, 0x0a,
39 247, 245, 14, 14, 0x0a,
40 272, 14, 14, 14, 0x08,
41 294, 14, 14, 14, 0x08,
42 331, 329, 14, 14, 0x08,
43 380, 58, 14, 14, 0x08,
50 "receivedPaymentRequest(SendCoinsRecipient)\0"
51 "paymentACKMsg\0receivedPaymentACK(QString)\0"
52 "title,message,style\0message(QString,QString,uint)\0"
53 "uiReady()\0wallet,recipient,transaction\0"
54 "fetchPaymentACK(CWallet*,SendCoinsRecipient,QByteArray)\0"
55 "s\0handleURIOrFile(QString)\0"
56 "handleURIConnection()\0"
57 "netRequestFinished(QNetworkReply*)\0,\0"
58 "reportSslErrors(QNetworkReply*,QList<QSslError>)\0"
59 "handlePaymentACK(QString)\0"
62 void PaymentServer::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
64 if (_c == QMetaObject::InvokeMetaMethod) {
65 Q_ASSERT(staticMetaObject.cast(_o));
69 case 1: _t->receivedPaymentACK((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
70 case 2: _t->message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
71 case 3: _t->uiReady();
break;
72 case 4: _t->fetchPaymentACK((*
reinterpret_cast< CWallet*(*)
>(_a[1])),(*
reinterpret_cast< SendCoinsRecipient(*)
>(_a[2])),(*
reinterpret_cast< QByteArray(*)
>(_a[3])));
break;
73 case 5: _t->handleURIOrFile((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
74 case 6: _t->handleURIConnection();
break;
75 case 7: _t->netRequestFinished((*
reinterpret_cast< QNetworkReply*(*)
>(_a[1])));
break;
76 case 8: _t->reportSslErrors((*
reinterpret_cast< QNetworkReply*(*)
>(_a[1])),(*
reinterpret_cast< const QList<QSslError>(*)
>(_a[2])));
break;
77 case 9: _t->handlePaymentACK((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
83 const QMetaObjectExtraData PaymentServer::staticMetaObjectExtraData = {
87 const QMetaObject PaymentServer::staticMetaObject = {
92 #ifdef Q_NO_DATA_RELOCATION
93 const QMetaObject &PaymentServer::getStaticMetaObject() {
return staticMetaObject; }
94 #endif //Q_NO_DATA_RELOCATION
96 const QMetaObject *PaymentServer::metaObject()
const
98 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
101 void *PaymentServer::qt_metacast(
const char *_clname)
103 if (!_clname)
return 0;
105 return static_cast<void*
>(
const_cast< PaymentServer*
>(
this));
106 return QObject::qt_metacast(_clname);
109 int PaymentServer::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
111 _id = QObject::qt_metacall(_c, _id, _a);
114 if (_c == QMetaObject::InvokeMetaMethod) {
116 qt_static_metacall(
this, _c, _id, _a);
125 void *_a[] = { 0,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
126 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
132 void *_a[] = { 0,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
133 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
139 void *_a[] = { 0,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)),
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t2)),
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t3)) };
140 QMetaObject::activate(
this, &staticMetaObject, 2, _a);
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_PaymentServer[]
void message(const QString &title, const QString &message, unsigned int style)
void receivedPaymentACK(const QString &paymentACKMsg)
void receivedPaymentRequest(SendCoinsRecipient)
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
static const char qt_meta_stringdata_PaymentServer[]