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

          Line data    Source code
       1             : /****************************************************************************
       2             : ** Meta object code from reading C++ file 'receiverequestdialog.h'
       3             : **
       4             : **
       5             : ** WARNING! All changes made in this file will be lost!
       6             : *****************************************************************************/
       7             : 
       8             : #include "qt/receiverequestdialog.h"
       9             : #if !defined(Q_MOC_OUTPUT_REVISION)
      10             : #error "The header file 'receiverequestdialog.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_QRImageWidget[] = {
      19             : 
      20             :  // content:
      21             :        6,       // revision
      22             :        0,       // classname
      23             :        0,    0, // classinfo
      24             :        2,   14, // methods
      25             :        0,    0, // properties
      26             :        0,    0, // enums/sets
      27             :        0,    0, // constructors
      28             :        0,       // flags
      29             :        0,       // signalCount
      30             : 
      31             :  // slots: signature, parameters, type, tag, flags
      32             :       15,   14,   14,   14, 0x0a,
      33             :       27,   14,   14,   14, 0x0a,
      34             : 
      35             :        0        // eod
      36             : };
      37             : 
      38             : static const char qt_meta_stringdata_QRImageWidget[] = {
      39             :     "QRImageWidget\0\0saveImage()\0copyImage()\0"
      40             : };
      41             : 
      42           0 : void QRImageWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      43             : {
      44           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      45           0 :         Q_ASSERT(staticMetaObject.cast(_o));
      46           0 :         QRImageWidget *_t = static_cast<QRImageWidget *>(_o);
      47           0 :         switch (_id) {
      48           0 :         case 0: _t->saveImage(); break;
      49           0 :         case 1: _t->copyImage(); break;
      50             :         default: ;
      51             :         }
      52             :     }
      53             :     Q_UNUSED(_a);
      54           0 : }
      55             : 
      56             : const QMetaObjectExtraData QRImageWidget::staticMetaObjectExtraData = {
      57             :     0,  qt_static_metacall 
      58             : };
      59             : 
      60             : const QMetaObject QRImageWidget::staticMetaObject = {
      61             :     { &QLabel::staticMetaObject, qt_meta_stringdata_QRImageWidget,
      62             :       qt_meta_data_QRImageWidget, &staticMetaObjectExtraData }
      63             : };
      64             : 
      65             : #ifdef Q_NO_DATA_RELOCATION
      66             : const QMetaObject &QRImageWidget::getStaticMetaObject() { return staticMetaObject; }
      67             : #endif //Q_NO_DATA_RELOCATION
      68             : 
      69           0 : const QMetaObject *QRImageWidget::metaObject() const
      70             : {
      71           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
      72             : }
      73             : 
      74           0 : void *QRImageWidget::qt_metacast(const char *_clname)
      75             : {
      76           0 :     if (!_clname) return 0;
      77           0 :     if (!strcmp(_clname, qt_meta_stringdata_QRImageWidget))
      78             :         return static_cast<void*>(const_cast< QRImageWidget*>(this));
      79           0 :     return QLabel::qt_metacast(_clname);
      80             : }
      81             : 
      82           0 : int QRImageWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
      83             : {
      84           0 :     _id = QLabel::qt_metacall(_c, _id, _a);
      85           0 :     if (_id < 0)
      86             :         return _id;
      87           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      88           0 :         if (_id < 2)
      89           0 :             qt_static_metacall(this, _c, _id, _a);
      90           0 :         _id -= 2;
      91             :     }
      92           0 :     return _id;
      93             : }
      94             : static const uint qt_meta_data_ReceiveRequestDialog[] = {
      95             : 
      96             :  // content:
      97             :        6,       // revision
      98             :        0,       // classname
      99             :        0,    0, // classinfo
     100             :        3,   14, // methods
     101             :        0,    0, // properties
     102             :        0,    0, // enums/sets
     103             :        0,    0, // constructors
     104             :        0,       // flags
     105             :        0,       // signalCount
     106             : 
     107             :  // slots: signature, parameters, type, tag, flags
     108             :       22,   21,   21,   21, 0x08,
     109             :       46,   21,   21,   21, 0x08,
     110             :       74,   21,   21,   21, 0x08,
     111             : 
     112             :        0        // eod
     113             : };
     114             : 
     115             : static const char qt_meta_stringdata_ReceiveRequestDialog[] = {
     116             :     "ReceiveRequestDialog\0\0on_btnCopyURI_clicked()\0"
     117             :     "on_btnCopyAddress_clicked()\0update()\0"
     118             : };
     119             : 
     120           0 : void ReceiveRequestDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
     121             : {
     122           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     123           0 :         Q_ASSERT(staticMetaObject.cast(_o));
     124           0 :         ReceiveRequestDialog *_t = static_cast<ReceiveRequestDialog *>(_o);
     125           0 :         switch (_id) {
     126           0 :         case 0: _t->on_btnCopyURI_clicked(); break;
     127           0 :         case 1: _t->on_btnCopyAddress_clicked(); break;
     128           0 :         case 2: _t->update(); break;
     129             :         default: ;
     130             :         }
     131             :     }
     132             :     Q_UNUSED(_a);
     133           0 : }
     134             : 
     135             : const QMetaObjectExtraData ReceiveRequestDialog::staticMetaObjectExtraData = {
     136             :     0,  qt_static_metacall 
     137             : };
     138             : 
     139             : const QMetaObject ReceiveRequestDialog::staticMetaObject = {
     140             :     { &QDialog::staticMetaObject, qt_meta_stringdata_ReceiveRequestDialog,
     141             :       qt_meta_data_ReceiveRequestDialog, &staticMetaObjectExtraData }
     142             : };
     143             : 
     144             : #ifdef Q_NO_DATA_RELOCATION
     145             : const QMetaObject &ReceiveRequestDialog::getStaticMetaObject() { return staticMetaObject; }
     146             : #endif //Q_NO_DATA_RELOCATION
     147             : 
     148           0 : const QMetaObject *ReceiveRequestDialog::metaObject() const
     149             : {
     150           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
     151             : }
     152             : 
     153           0 : void *ReceiveRequestDialog::qt_metacast(const char *_clname)
     154             : {
     155           0 :     if (!_clname) return 0;
     156           0 :     if (!strcmp(_clname, qt_meta_stringdata_ReceiveRequestDialog))
     157             :         return static_cast<void*>(const_cast< ReceiveRequestDialog*>(this));
     158           0 :     return QDialog::qt_metacast(_clname);
     159             : }
     160             : 
     161           0 : int ReceiveRequestDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     162             : {
     163           0 :     _id = QDialog::qt_metacall(_c, _id, _a);
     164           0 :     if (_id < 0)
     165             :         return _id;
     166           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     167           0 :         if (_id < 3)
     168           0 :             qt_static_metacall(this, _c, _id, _a);
     169           0 :         _id -= 3;
     170             :     }
     171           0 :     return _id;
     172           0 : }
     173             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.11