Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'refreshkeysjob.h'
3 : **
4 : ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.2)
5 : **
6 : ** WARNING! All changes made in this file will be lost!
7 : *****************************************************************************/
8 :
9 : #include "../../../../lang/qt/src/refreshkeysjob.h"
10 : #include <QtCore/qbytearray.h>
11 : #include <QtCore/qmetatype.h>
12 : #if !defined(Q_MOC_OUTPUT_REVISION)
13 : #error "The header file 'refreshkeysjob.h' doesn't include <QObject>."
14 : #elif Q_MOC_OUTPUT_REVISION != 67
15 : #error "This file was generated using the moc from 5.3.2. 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 : struct qt_meta_stringdata_QGpgME__RefreshKeysJob_t {
22 : QByteArrayData data[5];
23 : char stringdata[50];
24 : };
25 : #define QT_MOC_LITERAL(idx, ofs, len) \
26 : Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
27 : qptrdiff(offsetof(qt_meta_stringdata_QGpgME__RefreshKeysJob_t, stringdata) + ofs \
28 : - idx * sizeof(QByteArrayData)) \
29 : )
30 : static const qt_meta_stringdata_QGpgME__RefreshKeysJob_t qt_meta_stringdata_QGpgME__RefreshKeysJob = {
31 : {
32 : QT_MOC_LITERAL(0, 0, 22),
33 : QT_MOC_LITERAL(1, 23, 6),
34 : QT_MOC_LITERAL(2, 30, 0),
35 : QT_MOC_LITERAL(3, 31, 12),
36 : QT_MOC_LITERAL(4, 44, 5)
37 : },
38 : "QGpgME::RefreshKeysJob\0result\0\0"
39 : "GpgME::Error\0error"
40 : };
41 : #undef QT_MOC_LITERAL
42 :
43 : static const uint qt_meta_data_QGpgME__RefreshKeysJob[] = {
44 :
45 : // content:
46 : 7, // revision
47 : 0, // classname
48 : 0, 0, // classinfo
49 : 1, 14, // methods
50 : 0, 0, // properties
51 : 0, 0, // enums/sets
52 : 0, 0, // constructors
53 : 0, // flags
54 : 1, // signalCount
55 :
56 : // signals: name, argc, parameters, tag, flags
57 : 1, 1, 19, 2, 0x06 /* Public */,
58 :
59 : // signals: parameters
60 : QMetaType::Void, 0x80000000 | 3, 4,
61 :
62 : 0 // eod
63 : };
64 :
65 0 : void QGpgME::RefreshKeysJob::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
66 : {
67 0 : if (_c == QMetaObject::InvokeMetaMethod) {
68 0 : RefreshKeysJob *_t = static_cast<RefreshKeysJob *>(_o);
69 0 : switch (_id) {
70 0 : case 0: _t->result((*reinterpret_cast< const GpgME::Error(*)>(_a[1]))); break;
71 : default: ;
72 : }
73 0 : } else if (_c == QMetaObject::IndexOfMethod) {
74 0 : int *result = reinterpret_cast<int *>(_a[0]);
75 0 : void **func = reinterpret_cast<void **>(_a[1]);
76 : {
77 : typedef void (RefreshKeysJob::*_t)(const GpgME::Error & );
78 0 : if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&RefreshKeysJob::result)) {
79 0 : *result = 0;
80 : }
81 : }
82 : }
83 0 : }
84 :
85 : const QMetaObject QGpgME::RefreshKeysJob::staticMetaObject = {
86 : { &Job::staticMetaObject, qt_meta_stringdata_QGpgME__RefreshKeysJob.data,
87 : qt_meta_data_QGpgME__RefreshKeysJob, qt_static_metacall, 0, 0}
88 : };
89 :
90 :
91 0 : const QMetaObject *QGpgME::RefreshKeysJob::metaObject() const
92 : {
93 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
94 : }
95 :
96 0 : void *QGpgME::RefreshKeysJob::qt_metacast(const char *_clname)
97 : {
98 0 : if (!_clname) return 0;
99 0 : if (!strcmp(_clname, qt_meta_stringdata_QGpgME__RefreshKeysJob.stringdata))
100 0 : return static_cast<void*>(const_cast< RefreshKeysJob*>(this));
101 0 : return Job::qt_metacast(_clname);
102 : }
103 :
104 0 : int QGpgME::RefreshKeysJob::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
105 : {
106 0 : _id = Job::qt_metacall(_c, _id, _a);
107 0 : if (_id < 0)
108 0 : return _id;
109 0 : if (_c == QMetaObject::InvokeMetaMethod) {
110 0 : if (_id < 1)
111 0 : qt_static_metacall(this, _c, _id, _a);
112 0 : _id -= 1;
113 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
114 0 : if (_id < 1)
115 0 : *reinterpret_cast<int*>(_a[0]) = -1;
116 0 : _id -= 1;
117 : }
118 0 : return _id;
119 : }
120 :
121 : // SIGNAL 0
122 0 : void QGpgME::RefreshKeysJob::result(const GpgME::Error & _t1)
123 : {
124 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
125 0 : QMetaObject::activate(this, &staticMetaObject, 0, _a);
126 0 : }
127 : QT_END_MOC_NAMESPACE
|