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.10.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.10.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 : QT_WARNING_PUSH
21 : QT_WARNING_DISABLE_DEPRECATED
22 : struct qt_meta_stringdata_CryptoConfigTest_t {
23 : QByteArrayData data[5];
24 : char stringdata0[57];
25 : };
26 : #define QT_MOC_LITERAL(idx, ofs, len) \
27 : Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
28 : qptrdiff(offsetof(qt_meta_stringdata_CryptoConfigTest_t, stringdata0) + ofs \
29 : - idx * sizeof(QByteArrayData)) \
30 : )
31 : static const qt_meta_stringdata_CryptoConfigTest_t qt_meta_stringdata_CryptoConfigTest = {
32 : {
33 : QT_MOC_LITERAL(0, 0, 16), // "CryptoConfigTest"
34 : QT_MOC_LITERAL(1, 17, 13), // "testKeyserver"
35 : QT_MOC_LITERAL(2, 31, 0), // ""
36 : QT_MOC_LITERAL(3, 32, 11), // "testDefault"
37 : QT_MOC_LITERAL(4, 44, 12) // "initTestCase"
38 :
39 : },
40 : "CryptoConfigTest\0testKeyserver\0\0"
41 : "testDefault\0initTestCase"
42 : };
43 : #undef QT_MOC_LITERAL
44 :
45 : static const uint qt_meta_data_CryptoConfigTest[] = {
46 :
47 : // content:
48 : 7, // revision
49 : 0, // classname
50 : 0, 0, // classinfo
51 : 3, 14, // methods
52 : 0, 0, // properties
53 : 0, 0, // enums/sets
54 : 0, 0, // constructors
55 : 0, // flags
56 : 0, // signalCount
57 :
58 : // slots: name, argc, parameters, tag, flags
59 : 1, 0, 29, 2, 0x08 /* Private */,
60 : 3, 0, 30, 2, 0x08 /* Private */,
61 : 4, 0, 31, 2, 0x08 /* Private */,
62 :
63 : // slots: parameters
64 : QMetaType::Void,
65 : QMetaType::Void,
66 : QMetaType::Void,
67 :
68 : 0 // eod
69 : };
70 :
71 3 : void CryptoConfigTest::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
72 : {
73 3 : if (_c == QMetaObject::InvokeMetaMethod) {
74 3 : CryptoConfigTest *_t = static_cast<CryptoConfigTest *>(_o);
75 : Q_UNUSED(_t)
76 3 : switch (_id) {
77 1 : case 0: _t->testKeyserver(); break;
78 1 : case 1: _t->testDefault(); break;
79 1 : case 2: _t->initTestCase(); break;
80 : default: ;
81 : }
82 : }
83 : Q_UNUSED(_a);
84 3 : }
85 :
86 : QT_INIT_METAOBJECT const QMetaObject CryptoConfigTest::staticMetaObject = {
87 : { &QGpgMETest::staticMetaObject, qt_meta_stringdata_CryptoConfigTest.data,
88 : qt_meta_data_CryptoConfigTest, qt_static_metacall, nullptr, nullptr}
89 : };
90 :
91 :
92 10 : const QMetaObject *CryptoConfigTest::metaObject() const
93 : {
94 10 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
95 : }
96 :
97 0 : void *CryptoConfigTest::qt_metacast(const char *_clname)
98 : {
99 0 : if (!_clname) return nullptr;
100 0 : if (!strcmp(_clname, qt_meta_stringdata_CryptoConfigTest.stringdata0))
101 0 : return static_cast<void*>(this);
102 0 : return QGpgMETest::qt_metacast(_clname);
103 : }
104 :
105 0 : int CryptoConfigTest::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
106 : {
107 0 : _id = QGpgMETest::qt_metacall(_c, _id, _a);
108 0 : if (_id < 0)
109 0 : return _id;
110 0 : if (_c == QMetaObject::InvokeMetaMethod) {
111 0 : if (_id < 3)
112 0 : qt_static_metacall(this, _c, _id, _a);
113 0 : _id -= 3;
114 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
115 0 : if (_id < 3)
116 0 : *reinterpret_cast<int*>(_a[0]) = -1;
117 0 : _id -= 3;
118 : }
119 0 : return _id;
120 : }
121 3 : QT_WARNING_POP
122 : QT_END_MOC_NAMESPACE
|