LCOV - code coverage report
Current view: top level - build/lang/qt/tests - t-support.hmoc (source / functions) Hit Total Coverage
Test: coverage.info Lines: 7 27 25.9 %
Date: 2016-09-12 13:07:23 Functions: 1 4 25.0 %

          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.6.0)
       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.6.0. 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 stringdata0[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, stringdata0) + 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), // "QGpgMETest"
      33             : QT_MOC_LITERAL(1, 11, 12), // "initTestCase"
      34             : QT_MOC_LITERAL(2, 24, 0), // ""
      35             : QT_MOC_LITERAL(3, 25, 15) // "cleanupTestCase"
      36             : 
      37             :     },
      38             :     "QGpgMETest\0initTestCase\0\0cleanupTestCase"
      39             : };
      40             : #undef QT_MOC_LITERAL
      41             : 
      42             : static const uint qt_meta_data_QGpgMETest[] = {
      43             : 
      44             :  // content:
      45             :        7,       // revision
      46             :        0,       // classname
      47             :        0,    0, // classinfo
      48             :        2,   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,   24,    2, 0x0a /* Public */,
      57             :        3,    0,   25,    2, 0x0a /* Public */,
      58             : 
      59             :  // slots: parameters
      60             :     QMetaType::Void,
      61             :     QMetaType::Void,
      62             : 
      63             :        0        // eod
      64             : };
      65             : 
      66          11 : void QGpgMETest::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      67             : {
      68          11 :     if (_c == QMetaObject::InvokeMetaMethod) {
      69          11 :         QGpgMETest *_t = static_cast<QGpgMETest *>(_o);
      70             :         Q_UNUSED(_t)
      71          11 :         switch (_id) {
      72           5 :         case 0: _t->initTestCase(); break;
      73           6 :         case 1: _t->cleanupTestCase(); break;
      74             :         default: ;
      75             :         }
      76             :     }
      77             :     Q_UNUSED(_a);
      78          11 : }
      79             : 
      80             : const QMetaObject QGpgMETest::staticMetaObject = {
      81             :     { &QObject::staticMetaObject, qt_meta_stringdata_QGpgMETest.data,
      82             :       qt_meta_data_QGpgMETest,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
      83             : };
      84             : 
      85             : 
      86           0 : const QMetaObject *QGpgMETest::metaObject() const
      87             : {
      88           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
      89             : }
      90             : 
      91           0 : void *QGpgMETest::qt_metacast(const char *_clname)
      92             : {
      93           0 :     if (!_clname) return Q_NULLPTR;
      94           0 :     if (!strcmp(_clname, qt_meta_stringdata_QGpgMETest.stringdata0))
      95           0 :         return static_cast<void*>(const_cast< QGpgMETest*>(this));
      96           0 :     return QObject::qt_metacast(_clname);
      97             : }
      98             : 
      99           0 : int QGpgMETest::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     100             : {
     101           0 :     _id = QObject::qt_metacall(_c, _id, _a);
     102           0 :     if (_id < 0)
     103           0 :         return _id;
     104           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     105           0 :         if (_id < 2)
     106           0 :             qt_static_metacall(this, _c, _id, _a);
     107           0 :         _id -= 2;
     108           0 :     } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
     109           0 :         if (_id < 2)
     110           0 :             *reinterpret_cast<int*>(_a[0]) = -1;
     111           0 :         _id -= 2;
     112             :     }
     113           0 :     return _id;
     114             : }
     115             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.11