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.3.2)
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.3.2. 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 stringdata[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, stringdata) + 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),
32 : QT_MOC_LITERAL(1, 11, 16),
33 : QT_MOC_LITERAL(2, 28, 0)
34 : },
35 : "VerifyTest\0testSignatureKey\0"
36 : };
37 : #undef QT_MOC_LITERAL
38 :
39 : static const uint qt_meta_data_VerifyTest[] = {
40 :
41 : // content:
42 : 7, // revision
43 : 0, // classname
44 : 0, 0, // classinfo
45 : 1, 14, // methods
46 : 0, 0, // properties
47 : 0, 0, // enums/sets
48 : 0, 0, // constructors
49 : 0, // flags
50 : 0, // signalCount
51 :
52 : // slots: name, argc, parameters, tag, flags
53 : 1, 0, 19, 2, 0x08 /* Private */,
54 :
55 : // slots: parameters
56 : QMetaType::Void,
57 :
58 : 0 // eod
59 : };
60 :
61 1 : void VerifyTest::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
62 : {
63 1 : if (_c == QMetaObject::InvokeMetaMethod) {
64 1 : VerifyTest *_t = static_cast<VerifyTest *>(_o);
65 1 : switch (_id) {
66 1 : case 0: _t->testSignatureKey(); break;
67 : default: ;
68 : }
69 : }
70 : Q_UNUSED(_a);
71 1 : }
72 :
73 : const QMetaObject VerifyTest::staticMetaObject = {
74 : { &QGpgMETest::staticMetaObject, qt_meta_stringdata_VerifyTest.data,
75 : qt_meta_data_VerifyTest, qt_static_metacall, 0, 0}
76 : };
77 :
78 :
79 9 : const QMetaObject *VerifyTest::metaObject() const
80 : {
81 9 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
82 : }
83 :
84 0 : void *VerifyTest::qt_metacast(const char *_clname)
85 : {
86 0 : if (!_clname) return 0;
87 0 : if (!strcmp(_clname, qt_meta_stringdata_VerifyTest.stringdata))
88 0 : return static_cast<void*>(const_cast< VerifyTest*>(this));
89 0 : return QGpgMETest::qt_metacast(_clname);
90 : }
91 :
92 0 : int VerifyTest::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
93 : {
94 0 : _id = QGpgMETest::qt_metacall(_c, _id, _a);
95 0 : if (_id < 0)
96 0 : return _id;
97 0 : if (_c == QMetaObject::InvokeMetaMethod) {
98 0 : if (_id < 1)
99 0 : qt_static_metacall(this, _c, _id, _a);
100 0 : _id -= 1;
101 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
102 0 : if (_id < 1)
103 0 : *reinterpret_cast<int*>(_a[0]) = -1;
104 0 : _id -= 1;
105 : }
106 0 : return _id;
107 : }
108 : QT_END_MOC_NAMESPACE
|