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