Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 't-verify.cpp'
3 : **
4 : ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
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-verify.cpp' doesn't include <QObject>."
13 : #elif Q_MOC_OUTPUT_REVISION != 67
14 : #error "This file was generated using the moc from 5.6.0. 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_VerifyTest_t {
21 : QByteArrayData data[3];
22 : char stringdata0[29];
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_VerifyTest_t, stringdata0) + ofs \
27 : - idx * sizeof(QByteArrayData)) \
28 : )
29 : static const qt_meta_stringdata_VerifyTest_t qt_meta_stringdata_VerifyTest = {
30 : {
31 : QT_MOC_LITERAL(0, 0, 10), // "VerifyTest"
32 : QT_MOC_LITERAL(1, 11, 16), // "testSignatureKey"
33 : QT_MOC_LITERAL(2, 28, 0) // ""
34 :
35 : },
36 : "VerifyTest\0testSignatureKey\0"
37 : };
38 : #undef QT_MOC_LITERAL
39 :
40 : static const uint qt_meta_data_VerifyTest[] = {
41 :
42 : // content:
43 : 7, // revision
44 : 0, // classname
45 : 0, 0, // classinfo
46 : 1, 14, // methods
47 : 0, 0, // properties
48 : 0, 0, // enums/sets
49 : 0, 0, // constructors
50 : 0, // flags
51 : 0, // signalCount
52 :
53 : // slots: name, argc, parameters, tag, flags
54 : 1, 0, 19, 2, 0x08 /* Private */,
55 :
56 : // slots: parameters
57 : QMetaType::Void,
58 :
59 : 0 // eod
60 : };
61 :
62 1 : void VerifyTest::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
63 : {
64 1 : if (_c == QMetaObject::InvokeMetaMethod) {
65 1 : VerifyTest *_t = static_cast<VerifyTest *>(_o);
66 : Q_UNUSED(_t)
67 1 : switch (_id) {
68 1 : case 0: _t->testSignatureKey(); break;
69 : default: ;
70 : }
71 : }
72 : Q_UNUSED(_a);
73 1 : }
74 :
75 : const QMetaObject VerifyTest::staticMetaObject = {
76 : { &QGpgMETest::staticMetaObject, qt_meta_stringdata_VerifyTest.data,
77 : qt_meta_data_VerifyTest, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
78 : };
79 :
80 :
81 9 : const QMetaObject *VerifyTest::metaObject() const
82 : {
83 9 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
84 : }
85 :
86 0 : void *VerifyTest::qt_metacast(const char *_clname)
87 : {
88 0 : if (!_clname) return Q_NULLPTR;
89 0 : if (!strcmp(_clname, qt_meta_stringdata_VerifyTest.stringdata0))
90 0 : return static_cast<void*>(const_cast< VerifyTest*>(this));
91 0 : return QGpgMETest::qt_metacast(_clname);
92 : }
93 :
94 0 : int VerifyTest::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
95 : {
96 0 : _id = QGpgMETest::qt_metacall(_c, _id, _a);
97 0 : if (_id < 0)
98 0 : return _id;
99 0 : if (_c == QMetaObject::InvokeMetaMethod) {
100 0 : if (_id < 1)
101 0 : qt_static_metacall(this, _c, _id, _a);
102 0 : _id -= 1;
103 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
104 0 : if (_id < 1)
105 0 : *reinterpret_cast<int*>(_a[0]) = -1;
106 0 : _id -= 1;
107 : }
108 0 : return _id;
109 : }
110 : QT_END_MOC_NAMESPACE
|