Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 't-config.cpp'
3 : **
4 : ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.1)
5 : **
6 : ** WARNING! All changes made in this file will be lost!
7 : *****************************************************************************/
8 :
9 : #include <QtCore/qbytearray.h>
10 : #include <QtCore/qmetatype.h>
11 : #if !defined(Q_MOC_OUTPUT_REVISION)
12 : #error "The header file 't-config.cpp' doesn't include <QObject>."
13 : #elif Q_MOC_OUTPUT_REVISION != 67
14 : #error "This file was generated using the moc from 5.7.1. It"
15 : #error "cannot be used with the include files from this version of Qt."
16 : #error "(The moc has changed too much.)"
17 : #endif
18 :
19 : QT_BEGIN_MOC_NAMESPACE
20 : struct qt_meta_stringdata_CryptoConfigTest_t {
21 : QByteArrayData data[4];
22 : char stringdata0[45];
23 : };
24 : #define QT_MOC_LITERAL(idx, ofs, len) \
25 : Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26 : qptrdiff(offsetof(qt_meta_stringdata_CryptoConfigTest_t, stringdata0) + ofs \
27 : - idx * sizeof(QByteArrayData)) \
28 : )
29 : static const qt_meta_stringdata_CryptoConfigTest_t qt_meta_stringdata_CryptoConfigTest = {
30 : {
31 : QT_MOC_LITERAL(0, 0, 16), // "CryptoConfigTest"
32 : QT_MOC_LITERAL(1, 17, 13), // "testKeyserver"
33 : QT_MOC_LITERAL(2, 31, 0), // ""
34 : QT_MOC_LITERAL(3, 32, 12) // "initTestCase"
35 :
36 : },
37 : "CryptoConfigTest\0testKeyserver\0\0"
38 : "initTestCase"
39 : };
40 : #undef QT_MOC_LITERAL
41 :
42 : static const uint qt_meta_data_CryptoConfigTest[] = {
43 :
44 : // content:
45 : 7, // revision
46 : 0, // classname
47 : 0, 0, // classinfo
48 : 2, 14, // methods
49 : 0, 0, // properties
50 : 0, 0, // enums/sets
51 : 0, 0, // constructors
52 : 0, // flags
53 : 0, // signalCount
54 :
55 : // slots: name, argc, parameters, tag, flags
56 : 1, 0, 24, 2, 0x08 /* Private */,
57 : 3, 0, 25, 2, 0x08 /* Private */,
58 :
59 : // slots: parameters
60 : QMetaType::Void,
61 : QMetaType::Void,
62 :
63 : 0 // eod
64 : };
65 :
66 2 : void CryptoConfigTest::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
67 : {
68 2 : if (_c == QMetaObject::InvokeMetaMethod) {
69 2 : CryptoConfigTest *_t = static_cast<CryptoConfigTest *>(_o);
70 : Q_UNUSED(_t)
71 2 : switch (_id) {
72 1 : case 0: _t->testKeyserver(); break;
73 1 : case 1: _t->initTestCase(); break;
74 : default: ;
75 : }
76 : }
77 : Q_UNUSED(_a);
78 2 : }
79 :
80 : const QMetaObject CryptoConfigTest::staticMetaObject = {
81 : { &QGpgMETest::staticMetaObject, qt_meta_stringdata_CryptoConfigTest.data,
82 : qt_meta_data_CryptoConfigTest, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
83 : };
84 :
85 :
86 9 : const QMetaObject *CryptoConfigTest::metaObject() const
87 : {
88 9 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
89 : }
90 :
91 0 : void *CryptoConfigTest::qt_metacast(const char *_clname)
92 : {
93 0 : if (!_clname) return Q_NULLPTR;
94 0 : if (!strcmp(_clname, qt_meta_stringdata_CryptoConfigTest.stringdata0))
95 0 : return static_cast<void*>(const_cast< CryptoConfigTest*>(this));
96 0 : return QGpgMETest::qt_metacast(_clname);
97 : }
98 :
99 0 : int CryptoConfigTest::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
100 : {
101 0 : _id = QGpgMETest::qt_metacall(_c, _id, _a);
102 0 : if (_id < 0)
103 0 : return _id;
104 0 : if (_c == QMetaObject::InvokeMetaMethod) {
105 0 : if (_id < 2)
106 0 : qt_static_metacall(this, _c, _id, _a);
107 0 : _id -= 2;
108 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
109 0 : if (_id < 2)
110 0 : *reinterpret_cast<int*>(_a[0]) = -1;
111 0 : _id -= 2;
112 : }
113 0 : return _id;
114 : }
115 : QT_END_MOC_NAMESPACE
|