LCOV - code coverage report
Current view: top level - src - moc_keygendialog.cpp (source / functions) Hit Total Coverage
Test: .lcov.total Lines: 0 34 0.0 %
Date: 2018-06-12 11:27:04 Functions: 0 4 0.0 %

          Line data    Source code
       1             : /****************************************************************************
       2             : ** Meta object code from reading C++ file 'keygendialog.h'
       3             : **
       4             : ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.11.0)
       5             : **
       6             : ** WARNING! All changes made in this file will be lost!
       7             : *****************************************************************************/
       8             : 
       9             : #include "keygendialog.h"
      10             : #include <QtCore/qbytearray.h>
      11             : #include <QtCore/qmetatype.h>
      12             : #if !defined(Q_MOC_OUTPUT_REVISION)
      13             : #error "The header file 'keygendialog.h' doesn't include <QObject>."
      14             : #elif Q_MOC_OUTPUT_REVISION != 67
      15             : #error "This file was generated using the moc from 5.11.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             : QT_WARNING_PUSH
      22             : QT_WARNING_DISABLE_DEPRECATED
      23             : struct qt_meta_stringdata_KeygenDialog_t {
      24             :     QByteArrayData data[8];
      25             :     char stringdata0[139];
      26             : };
      27             : #define QT_MOC_LITERAL(idx, ofs, len) \
      28             :     Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
      29             :     qptrdiff(offsetof(qt_meta_stringdata_KeygenDialog_t, stringdata0) + ofs \
      30             :         - idx * sizeof(QByteArrayData)) \
      31             :     )
      32             : static const qt_meta_stringdata_KeygenDialog_t qt_meta_stringdata_KeygenDialog = {
      33             :     {
      34             : QT_MOC_LITERAL(0, 0, 12), // "KeygenDialog"
      35             : QT_MOC_LITERAL(1, 13, 26), // "on_passphrase1_textChanged"
      36             : QT_MOC_LITERAL(2, 40, 0), // ""
      37             : QT_MOC_LITERAL(3, 41, 4), // "arg1"
      38             : QT_MOC_LITERAL(4, 46, 26), // "on_passphrase2_textChanged"
      39             : QT_MOC_LITERAL(5, 73, 24), // "on_checkBox_stateChanged"
      40             : QT_MOC_LITERAL(6, 98, 20), // "on_email_textChanged"
      41             : QT_MOC_LITERAL(7, 119, 19) // "on_name_textChanged"
      42             : 
      43             :     },
      44             :     "KeygenDialog\0on_passphrase1_textChanged\0"
      45             :     "\0arg1\0on_passphrase2_textChanged\0"
      46             :     "on_checkBox_stateChanged\0on_email_textChanged\0"
      47             :     "on_name_textChanged"
      48             : };
      49             : #undef QT_MOC_LITERAL
      50             : 
      51             : static const uint qt_meta_data_KeygenDialog[] = {
      52             : 
      53             :  // content:
      54             :        7,       // revision
      55             :        0,       // classname
      56             :        0,    0, // classinfo
      57             :        5,   14, // methods
      58             :        0,    0, // properties
      59             :        0,    0, // enums/sets
      60             :        0,    0, // constructors
      61             :        0,       // flags
      62             :        0,       // signalCount
      63             : 
      64             :  // slots: name, argc, parameters, tag, flags
      65             :        1,    1,   39,    2, 0x08 /* Private */,
      66             :        4,    1,   42,    2, 0x08 /* Private */,
      67             :        5,    1,   45,    2, 0x08 /* Private */,
      68             :        6,    1,   48,    2, 0x08 /* Private */,
      69             :        7,    1,   51,    2, 0x08 /* Private */,
      70             : 
      71             :  // slots: parameters
      72             :     QMetaType::Void, QMetaType::QString,    3,
      73             :     QMetaType::Void, QMetaType::QString,    3,
      74             :     QMetaType::Void, QMetaType::Int,    3,
      75             :     QMetaType::Void, QMetaType::QString,    3,
      76             :     QMetaType::Void, QMetaType::QString,    3,
      77             : 
      78             :        0        // eod
      79             : };
      80             : 
      81           0 : void KeygenDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      82             : {
      83           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      84           0 :         KeygenDialog *_t = static_cast<KeygenDialog *>(_o);
      85             :         Q_UNUSED(_t)
      86           0 :         switch (_id) {
      87           0 :         case 0: _t->on_passphrase1_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      88           0 :         case 1: _t->on_passphrase2_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      89           0 :         case 2: _t->on_checkBox_stateChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
      90           0 :         case 3: _t->on_email_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      91           0 :         case 4: _t->on_name_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      92             :         default: ;
      93             :         }
      94           0 :     }
      95           0 : }
      96             : 
      97             : QT_INIT_METAOBJECT const QMetaObject KeygenDialog::staticMetaObject = {
      98             :     { &QDialog::staticMetaObject, qt_meta_stringdata_KeygenDialog.data,
      99             :       qt_meta_data_KeygenDialog,  qt_static_metacall, nullptr, nullptr}
     100             : };
     101             : 
     102             : 
     103           0 : const QMetaObject *KeygenDialog::metaObject() const
     104             : {
     105           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
     106             : }
     107             : 
     108           0 : void *KeygenDialog::qt_metacast(const char *_clname)
     109             : {
     110           0 :     if (!_clname) return nullptr;
     111           0 :     if (!strcmp(_clname, qt_meta_stringdata_KeygenDialog.stringdata0))
     112           0 :         return static_cast<void*>(this);
     113           0 :     return QDialog::qt_metacast(_clname);
     114           0 : }
     115             : 
     116           0 : int KeygenDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     117             : {
     118           0 :     _id = QDialog::qt_metacall(_c, _id, _a);
     119           0 :     if (_id < 0)
     120           0 :         return _id;
     121           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     122           0 :         if (_id < 5)
     123           0 :             qt_static_metacall(this, _c, _id, _a);
     124           0 :         _id -= 5;
     125           0 :     } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
     126           0 :         if (_id < 5)
     127           0 :             *reinterpret_cast<int*>(_a[0]) = -1;
     128           0 :         _id -= 5;
     129           0 :     }
     130           0 :     return _id;
     131           0 : }
     132             : QT_WARNING_POP
     133             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.13