Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'psbtoperationsdialog.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include <memory>
9 : #include "qt/psbtoperationsdialog.h"
10 : #include <QtCore/qbytearray.h>
11 : #include <QtCore/qmetatype.h>
12 : #if !defined(Q_MOC_OUTPUT_REVISION)
13 : #error "The header file 'psbtoperationsdialog.h' doesn't include <QObject>."
14 : #elif Q_MOC_OUTPUT_REVISION != 67
15 : #error "This file was generated using the moc from 5.15.0. 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
23 : struct qt_meta_stringdata_PSBTOperationsDialog_t {
24 : QByteArrayData data[6];
25 : char stringdata0[91];
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_PSBTOperationsDialog_t, stringdata0) + ofs \
30 : - idx * sizeof(QByteArrayData)) \
31 : )
32 : static const qt_meta_stringdata_PSBTOperationsDialog_t qt_meta_stringdata_PSBTOperationsDialog = {
33 : {
34 : QT_MOC_LITERAL(0, 0, 20), // "PSBTOperationsDialog"
35 : QT_MOC_LITERAL(1, 21, 15), // "signTransaction"
36 : QT_MOC_LITERAL(2, 37, 0), // ""
37 : QT_MOC_LITERAL(3, 38, 20), // "broadcastTransaction"
38 : QT_MOC_LITERAL(4, 59, 15), // "copyToClipboard"
39 : QT_MOC_LITERAL(5, 75, 15) // "saveTransaction"
40 :
41 : },
42 : "PSBTOperationsDialog\0signTransaction\0"
43 : "\0broadcastTransaction\0copyToClipboard\0"
44 : "saveTransaction"
45 : };
46 : #undef QT_MOC_LITERAL
47 :
48 : static const uint qt_meta_data_PSBTOperationsDialog[] = {
49 :
50 : // content:
51 : 8, // revision
52 : 0, // classname
53 : 0, 0, // classinfo
54 : 4, 14, // methods
55 : 0, 0, // properties
56 : 0, 0, // enums/sets
57 : 0, 0, // constructors
58 : 0, // flags
59 : 0, // signalCount
60 :
61 : // slots: name, argc, parameters, tag, flags
62 : 1, 0, 34, 2, 0x0a /* Public */,
63 : 3, 0, 35, 2, 0x0a /* Public */,
64 : 4, 0, 36, 2, 0x0a /* Public */,
65 : 5, 0, 37, 2, 0x0a /* Public */,
66 :
67 : // slots: parameters
68 : QMetaType::Void,
69 : QMetaType::Void,
70 : QMetaType::Void,
71 : QMetaType::Void,
72 :
73 : 0 // eod
74 : };
75 :
76 0 : void PSBTOperationsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
77 : {
78 0 : if (_c == QMetaObject::InvokeMetaMethod) {
79 0 : auto *_t = static_cast<PSBTOperationsDialog *>(_o);
80 : Q_UNUSED(_t)
81 0 : switch (_id) {
82 0 : case 0: _t->signTransaction(); break;
83 0 : case 1: _t->broadcastTransaction(); break;
84 0 : case 2: _t->copyToClipboard(); break;
85 0 : case 3: _t->saveTransaction(); break;
86 : default: ;
87 : }
88 0 : }
89 : Q_UNUSED(_a);
90 0 : }
91 :
92 : QT_INIT_METAOBJECT const QMetaObject PSBTOperationsDialog::staticMetaObject = { {
93 : QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
94 : qt_meta_stringdata_PSBTOperationsDialog.data,
95 : qt_meta_data_PSBTOperationsDialog,
96 : qt_static_metacall,
97 : nullptr,
98 : nullptr
99 : } };
100 :
101 :
102 0 : const QMetaObject *PSBTOperationsDialog::metaObject() const
103 : {
104 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
105 : }
106 :
107 0 : void *PSBTOperationsDialog::qt_metacast(const char *_clname)
108 : {
109 0 : if (!_clname) return nullptr;
110 0 : if (!strcmp(_clname, qt_meta_stringdata_PSBTOperationsDialog.stringdata0))
111 0 : return static_cast<void*>(this);
112 0 : return QDialog::qt_metacast(_clname);
113 0 : }
114 :
115 0 : int PSBTOperationsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
116 : {
117 0 : _id = QDialog::qt_metacall(_c, _id, _a);
118 0 : if (_id < 0)
119 0 : return _id;
120 0 : if (_c == QMetaObject::InvokeMetaMethod) {
121 0 : if (_id < 4)
122 0 : qt_static_metacall(this, _c, _id, _a);
123 0 : _id -= 4;
124 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
125 0 : if (_id < 4)
126 0 : *reinterpret_cast<int*>(_a[0]) = -1;
127 0 : _id -= 4;
128 0 : }
129 0 : return _id;
130 0 : }
131 : QT_WARNING_POP
132 : QT_END_MOC_NAMESPACE
|