Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'importfromkeyserverjob.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/importfromkeyserverjob.h"
10 : #include <QtCore/qbytearray.h>
11 : #include <QtCore/qmetatype.h>
12 : #if !defined(Q_MOC_OUTPUT_REVISION)
13 : #error "The header file 'importfromkeyserverjob.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__ImportFromKeyserverJob_t {
22 : QByteArrayData data[1];
23 : char stringdata[31];
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__ImportFromKeyserverJob_t, stringdata) + ofs \
28 : - idx * sizeof(QByteArrayData)) \
29 : )
30 : static const qt_meta_stringdata_QGpgME__ImportFromKeyserverJob_t qt_meta_stringdata_QGpgME__ImportFromKeyserverJob = {
31 : {
32 : QT_MOC_LITERAL(0, 0, 30)
33 : },
34 : "QGpgME::ImportFromKeyserverJob"
35 : };
36 : #undef QT_MOC_LITERAL
37 :
38 : static const uint qt_meta_data_QGpgME__ImportFromKeyserverJob[] = {
39 :
40 : // content:
41 : 7, // revision
42 : 0, // classname
43 : 0, 0, // classinfo
44 : 0, 0, // methods
45 : 0, 0, // properties
46 : 0, 0, // enums/sets
47 : 0, 0, // constructors
48 : 0, // flags
49 : 0, // signalCount
50 :
51 : 0 // eod
52 : };
53 :
54 0 : void QGpgME::ImportFromKeyserverJob::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
55 : {
56 : Q_UNUSED(_o);
57 : Q_UNUSED(_id);
58 : Q_UNUSED(_c);
59 : Q_UNUSED(_a);
60 0 : }
61 :
62 : const QMetaObject QGpgME::ImportFromKeyserverJob::staticMetaObject = {
63 : { &AbstractImportJob::staticMetaObject, qt_meta_stringdata_QGpgME__ImportFromKeyserverJob.data,
64 : qt_meta_data_QGpgME__ImportFromKeyserverJob, qt_static_metacall, 0, 0}
65 : };
66 :
67 :
68 0 : const QMetaObject *QGpgME::ImportFromKeyserverJob::metaObject() const
69 : {
70 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
71 : }
72 :
73 0 : void *QGpgME::ImportFromKeyserverJob::qt_metacast(const char *_clname)
74 : {
75 0 : if (!_clname) return 0;
76 0 : if (!strcmp(_clname, qt_meta_stringdata_QGpgME__ImportFromKeyserverJob.stringdata))
77 0 : return static_cast<void*>(const_cast< ImportFromKeyserverJob*>(this));
78 0 : return AbstractImportJob::qt_metacast(_clname);
79 : }
80 :
81 0 : int QGpgME::ImportFromKeyserverJob::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
82 : {
83 0 : _id = AbstractImportJob::qt_metacall(_c, _id, _a);
84 0 : if (_id < 0)
85 0 : return _id;
86 0 : return _id;
87 : }
88 : QT_END_MOC_NAMESPACE
|