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.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-verify.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_VerifyTest_t {
23 : QByteArrayData data[3];
24 : char stringdata0[29];
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_VerifyTest_t, stringdata0) + ofs \
29 : - idx * sizeof(QByteArrayData)) \
30 : )
31 : static const qt_meta_stringdata_VerifyTest_t qt_meta_stringdata_VerifyTest = {
32 : {
33 : QT_MOC_LITERAL(0, 0, 10), // "VerifyTest"
34 : QT_MOC_LITERAL(1, 11, 16), // "testSignatureKey"
35 : QT_MOC_LITERAL(2, 28, 0) // ""
36 :
37 : },
38 : "VerifyTest\0testSignatureKey\0"
39 : };
40 : #undef QT_MOC_LITERAL
41 :
42 : static const uint qt_meta_data_VerifyTest[] = {
43 :
44 : // content:
45 : 7, // revision
46 : 0, // classname
47 : 0, 0, // classinfo
48 : 1, 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, 19, 2, 0x08 /* Private */,
57 :
58 : // slots: parameters
59 : QMetaType::Void,
60 :
61 : 0 // eod
62 : };
63 :
64 1 : void VerifyTest::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
65 : {
66 1 : if (_c == QMetaObject::InvokeMetaMethod) {
67 1 : VerifyTest *_t = static_cast<VerifyTest *>(_o);
68 : Q_UNUSED(_t)
69 1 : switch (_id) {
70 1 : case 0: _t->testSignatureKey(); break;
71 : default: ;
72 : }
73 : }
74 : Q_UNUSED(_a);
75 1 : }
76 :
77 : QT_INIT_METAOBJECT const QMetaObject VerifyTest::staticMetaObject = {
78 : { &QGpgMETest::staticMetaObject, qt_meta_stringdata_VerifyTest.data,
79 : qt_meta_data_VerifyTest, qt_static_metacall, nullptr, nullptr}
80 : };
81 :
82 :
83 9 : const QMetaObject *VerifyTest::metaObject() const
84 : {
85 9 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
86 : }
87 :
88 0 : void *VerifyTest::qt_metacast(const char *_clname)
89 : {
90 0 : if (!_clname) return nullptr;
91 0 : if (!strcmp(_clname, qt_meta_stringdata_VerifyTest.stringdata0))
92 0 : return static_cast<void*>(this);
93 0 : return QGpgMETest::qt_metacast(_clname);
94 : }
95 :
96 0 : int VerifyTest::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
97 : {
98 0 : _id = QGpgMETest::qt_metacall(_c, _id, _a);
99 0 : if (_id < 0)
100 0 : return _id;
101 0 : if (_c == QMetaObject::InvokeMetaMethod) {
102 0 : if (_id < 1)
103 0 : qt_static_metacall(this, _c, _id, _a);
104 0 : _id -= 1;
105 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
106 0 : if (_id < 1)
107 0 : *reinterpret_cast<int*>(_a[0]) = -1;
108 0 : _id -= 1;
109 : }
110 0 : return _id;
111 : }
112 : QT_WARNING_POP
113 : QT_END_MOC_NAMESPACE
|