LCOV - code coverage report
Current view: top level - build/lang/qt/tests - t-ownertrust.moc (source / functions) Hit Total Coverage
Test: coverage.info Lines: 11 35 31.4 %
Date: 2016-12-01 18:45:36 Functions: 3 5 60.0 %

          Line data    Source code
       1             : /****************************************************************************
       2             : ** Meta object code from reading C++ file 't-ownertrust.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-ownertrust.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_ChangeOwnerTrustTest_t {
      21             :     QByteArrayData data[4];
      22             :     char stringdata[53];
      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_ChangeOwnerTrustTest_t, stringdata) + ofs \
      27             :         - idx * sizeof(QByteArrayData)) \
      28             :     )
      29             : static const qt_meta_stringdata_ChangeOwnerTrustTest_t qt_meta_stringdata_ChangeOwnerTrustTest = {
      30             :     {
      31             : QT_MOC_LITERAL(0, 0, 20),
      32             : QT_MOC_LITERAL(1, 21, 9),
      33             : QT_MOC_LITERAL(2, 31, 0),
      34             : QT_MOC_LITERAL(3, 32, 20)
      35             :     },
      36             :     "ChangeOwnerTrustTest\0asyncDone\0\0"
      37             :     "testChangeOwnerTrust"
      38             : };
      39             : #undef QT_MOC_LITERAL
      40             : 
      41             : static const uint qt_meta_data_ChangeOwnerTrustTest[] = {
      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             :        1,       // signalCount
      53             : 
      54             :  // signals: name, argc, parameters, tag, flags
      55             :        1,    0,   24,    2, 0x06 /* Public */,
      56             : 
      57             :  // slots: name, argc, parameters, tag, flags
      58             :        3,    0,   25,    2, 0x08 /* Private */,
      59             : 
      60             :  // signals: parameters
      61             :     QMetaType::Void,
      62             : 
      63             :  // slots: parameters
      64             :     QMetaType::Void,
      65             : 
      66             :        0        // eod
      67             : };
      68             : 
      69           1 : void ChangeOwnerTrustTest::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      70             : {
      71           1 :     if (_c == QMetaObject::InvokeMetaMethod) {
      72           1 :         ChangeOwnerTrustTest *_t = static_cast<ChangeOwnerTrustTest *>(_o);
      73           1 :         switch (_id) {
      74           0 :         case 0: _t->asyncDone(); break;
      75           1 :         case 1: _t->testChangeOwnerTrust(); break;
      76             :         default: ;
      77             :         }
      78           0 :     } else if (_c == QMetaObject::IndexOfMethod) {
      79           0 :         int *result = reinterpret_cast<int *>(_a[0]);
      80           0 :         void **func = reinterpret_cast<void **>(_a[1]);
      81             :         {
      82             :             typedef void (ChangeOwnerTrustTest::*_t)();
      83           0 :             if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&ChangeOwnerTrustTest::asyncDone)) {
      84           0 :                 *result = 0;
      85             :             }
      86             :         }
      87             :     }
      88             :     Q_UNUSED(_a);
      89           1 : }
      90             : 
      91             : const QMetaObject ChangeOwnerTrustTest::staticMetaObject = {
      92             :     { &QGpgMETest::staticMetaObject, qt_meta_stringdata_ChangeOwnerTrustTest.data,
      93             :       qt_meta_data_ChangeOwnerTrustTest,  qt_static_metacall, 0, 0}
      94             : };
      95             : 
      96             : 
      97          12 : const QMetaObject *ChangeOwnerTrustTest::metaObject() const
      98             : {
      99          12 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
     100             : }
     101             : 
     102           0 : void *ChangeOwnerTrustTest::qt_metacast(const char *_clname)
     103             : {
     104           0 :     if (!_clname) return 0;
     105           0 :     if (!strcmp(_clname, qt_meta_stringdata_ChangeOwnerTrustTest.stringdata))
     106           0 :         return static_cast<void*>(const_cast< ChangeOwnerTrustTest*>(this));
     107           0 :     return QGpgMETest::qt_metacast(_clname);
     108             : }
     109             : 
     110           0 : int ChangeOwnerTrustTest::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     111             : {
     112           0 :     _id = QGpgMETest::qt_metacall(_c, _id, _a);
     113           0 :     if (_id < 0)
     114           0 :         return _id;
     115           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     116           0 :         if (_id < 2)
     117           0 :             qt_static_metacall(this, _c, _id, _a);
     118           0 :         _id -= 2;
     119           0 :     } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
     120           0 :         if (_id < 2)
     121           0 :             *reinterpret_cast<int*>(_a[0]) = -1;
     122           0 :         _id -= 2;
     123             :     }
     124           0 :     return _id;
     125             : }
     126             : 
     127             : // SIGNAL 0
     128           2 : void ChangeOwnerTrustTest::asyncDone()
     129             : {
     130           2 :     QMetaObject::activate(this, &staticMetaObject, 0, 0);
     131           2 : }
     132             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.11