LCOV - code coverage report
Current view: top level - src/qt - moc_intro.cpp (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 0 31 0.0 %
Date: 2015-10-12 22:39:14 Functions: 0 6 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /****************************************************************************
       2             : ** Meta object code from reading C++ file 'intro.h'
       3             : **
       4             : **
       5             : ** WARNING! All changes made in this file will be lost!
       6             : *****************************************************************************/
       7             : 
       8             : #include "qt/intro.h"
       9             : #if !defined(Q_MOC_OUTPUT_REVISION)
      10             : #error "The header file 'intro.h' doesn't include <QObject>."
      11             : #elif Q_MOC_OUTPUT_REVISION != 63
      12             : #error "This file was generated using the moc from 4.8.6. It"
      13             : #error "cannot be used with the include files from this version of Qt."
      14             : #error "(The moc has changed too much.)"
      15             : #endif
      16             : 
      17             : QT_BEGIN_MOC_NAMESPACE
      18             : static const uint qt_meta_data_Intro[] = {
      19             : 
      20             :  // content:
      21             :        6,       // revision
      22             :        0,       // classname
      23             :        0,    0, // classinfo
      24             :        7,   14, // methods
      25             :        0,    0, // properties
      26             :        0,    0, // enums/sets
      27             :        0,    0, // constructors
      28             :        0,       // flags
      29             :        2,       // signalCount
      30             : 
      31             :  // signals: signature, parameters, type, tag, flags
      32             :        7,    6,    6,    6, 0x05,
      33             :       22,    6,    6,    6, 0x05,
      34             : 
      35             :  // slots: signature, parameters, type, tag, flags
      36             :       65,   35,    6,    6, 0x0a,
      37             :      101,   96,    6,    6, 0x08,
      38             :      139,    6,    6,    6, 0x08,
      39             :      167,    6,    6,    6, 0x08,
      40             :      195,    6,    6,    6, 0x08,
      41             : 
      42             :        0        // eod
      43             : };
      44             : 
      45             : static const char qt_meta_stringdata_Intro[] = {
      46             :     "Intro\0\0requestCheck()\0stopThread()\0"
      47             :     "status,message,bytesAvailable\0"
      48             :     "setStatus(int,QString,quint64)\0arg1\0"
      49             :     "on_dataDirectory_textChanged(QString)\0"
      50             :     "on_ellipsisButton_clicked()\0"
      51             :     "on_dataDirDefault_clicked()\0"
      52             :     "on_dataDirCustom_clicked()\0"
      53             : };
      54             : 
      55           0 : void Intro::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      56             : {
      57           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      58           0 :         Q_ASSERT(staticMetaObject.cast(_o));
      59           0 :         Intro *_t = static_cast<Intro *>(_o);
      60           0 :         switch (_id) {
      61             :         case 0: _t->requestCheck(); break;
      62             :         case 1: _t->stopThread(); break;
      63           0 :         case 2: _t->setStatus((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< quint64(*)>(_a[3]))); break;
      64           0 :         case 3: _t->on_dataDirectory_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      65           0 :         case 4: _t->on_ellipsisButton_clicked(); break;
      66           0 :         case 5: _t->on_dataDirDefault_clicked(); break;
      67           0 :         case 6: _t->on_dataDirCustom_clicked(); break;
      68             :         default: ;
      69             :         }
      70             :     }
      71           0 : }
      72             : 
      73             : const QMetaObjectExtraData Intro::staticMetaObjectExtraData = {
      74             :     0,  qt_static_metacall 
      75             : };
      76             : 
      77             : const QMetaObject Intro::staticMetaObject = {
      78             :     { &QDialog::staticMetaObject, qt_meta_stringdata_Intro,
      79             :       qt_meta_data_Intro, &staticMetaObjectExtraData }
      80             : };
      81             : 
      82             : #ifdef Q_NO_DATA_RELOCATION
      83             : const QMetaObject &Intro::getStaticMetaObject() { return staticMetaObject; }
      84             : #endif //Q_NO_DATA_RELOCATION
      85             : 
      86           0 : const QMetaObject *Intro::metaObject() const
      87             : {
      88           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
      89             : }
      90             : 
      91           0 : void *Intro::qt_metacast(const char *_clname)
      92             : {
      93           0 :     if (!_clname) return 0;
      94           0 :     if (!strcmp(_clname, qt_meta_stringdata_Intro))
      95             :         return static_cast<void*>(const_cast< Intro*>(this));
      96           0 :     return QDialog::qt_metacast(_clname);
      97             : }
      98             : 
      99           0 : int Intro::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     100             : {
     101           0 :     _id = QDialog::qt_metacall(_c, _id, _a);
     102           0 :     if (_id < 0)
     103             :         return _id;
     104           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     105           0 :         if (_id < 7)
     106           0 :             qt_static_metacall(this, _c, _id, _a);
     107           0 :         _id -= 7;
     108             :     }
     109           0 :     return _id;
     110             : }
     111             : 
     112             : // SIGNAL 0
     113           0 : void Intro::requestCheck()
     114             : {
     115           0 :     QMetaObject::activate(this, &staticMetaObject, 0, 0);
     116           0 : }
     117             : 
     118             : // SIGNAL 1
     119           0 : void Intro::stopThread()
     120             : {
     121           0 :     QMetaObject::activate(this, &staticMetaObject, 1, 0);
     122           0 : }
     123             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.11