| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | | - |
| 8 | | - |
| 9 | #include <QtCore/qbytearray.h> | - |
| 10 | #include <QtCore/qmetatype.h> | - |
| 11 | #if !defined(Q_MOC_OUTPUT_REVISION) | - |
| 12 | #error "The header file 'qqmlfile.cpp' doesn't include <QObject>." | - |
| 13 | #elif Q_MOC_OUTPUT_REVISION != 67 | - |
| 14 | #error "This file was generated using the moc from 5.12.0. 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 | QT_WARNING_PUSH | - |
| 21 | QT_WARNING_DISABLE_DEPRECATED | - |
| 22 | struct qt_meta_stringdata_QQmlFileNetworkReply_t { | - |
| 23 | QByteArrayData data[6]; | - |
| 24 | char stringdata0[88]; | - |
| 25 | }; | - |
| 26 | #define QT_MOC_LITERAL(idx, ofs, len) \ | - |
| 27 | Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ | - |
| 28 | qptrdiff(offsetof(qt_meta_stringdata_QQmlFileNetworkReply_t, stringdata0) + ofs \ | - |
| 29 | - idx * sizeof(QByteArrayData)) \ | - |
| 30 | ) | - |
| 31 | static const qt_meta_stringdata_QQmlFileNetworkReply_t qt_meta_stringdata_QQmlFileNetworkReply = { | - |
| 32 | { | - |
| 33 | QT_MOC_LITERAL(0, 0, 20), | - |
| 34 | QT_MOC_LITERAL(1, 21, 8), | - |
| 35 | QT_MOC_LITERAL(2, 30, 0), | - |
| 36 | QT_MOC_LITERAL(3, 31, 16), | - |
| 37 | QT_MOC_LITERAL(4, 48, 15), | - |
| 38 | QT_MOC_LITERAL(5, 64, 23) | - |
| 39 | | - |
| 40 | }, | - |
| 41 | "QQmlFileNetworkReply\0finished\0\0" | - |
| 42 | "downloadProgress\0networkFinished\0" | - |
| 43 | "networkDownloadProgress" | - |
| 44 | }; | - |
| 45 | #undef QT_MOC_LITERAL | - |
| 46 | | - |
| 47 | static const uint qt_meta_data_QQmlFileNetworkReply[] = { | - |
| 48 | | - |
| 49 | | - |
| 50 | 7, | - |
| 51 | 0, | - |
| 52 | 0, 0, | - |
| 53 | 4, 14, | - |
| 54 | 0, 0, | - |
| 55 | 0, 0, | - |
| 56 | 0, 0, | - |
| 57 | 0, | - |
| 58 | 2, | - |
| 59 | | - |
| 60 | | - |
| 61 | 1, 0, 34, 2, 0x06 , | - |
| 62 | 3, 2, 35, 2, 0x06 , | - |
| 63 | | - |
| 64 | | - |
| 65 | 4, 0, 40, 2, 0x0a , | - |
| 66 | 5, 2, 41, 2, 0x0a , | - |
| 67 | | - |
| 68 | | - |
| 69 | QMetaType::Void, | - |
| 70 | QMetaType::Void, QMetaType::LongLong, QMetaType::LongLong, 2, 2, | - |
| 71 | | - |
| 72 | | - |
| 73 | QMetaType::Void, | - |
| 74 | QMetaType::Void, QMetaType::LongLong, QMetaType::LongLong, 2, 2, | - |
| 75 | | - |
| 76 | 0 | - |
| 77 | }; | - |
| 78 | | - |
| 79 | void QQmlFileNetworkReply::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | - |
| 80 | { | - |
| 81 | if (_c == QMetaObject::InvokeMetaMethod) { | - |
| 82 | QQmlFileNetworkReply *_t = static_cast<QQmlFileNetworkReply *>(_o); | - |
| 83 | Q_UNUSED(_t) | - |
| 84 | switch (_id) { | - |
| 85 | case 0: _t->finished(); break; | - |
| 86 | case 1: _t->downloadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break; | - |
| 87 | case 2: _t->networkFinished(); break; | - |
| 88 | case 3: _t->networkDownloadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break; | - |
| 89 | default: ; | - |
| 90 | } | - |
| 91 | } else if (_c == QMetaObject::IndexOfMethod) { | - |
| 92 | int *result = reinterpret_cast<int *>(_a[0]); | - |
| 93 | { | - |
| 94 | using _t = void (QQmlFileNetworkReply::*)(); | - |
| 95 | if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQmlFileNetworkReply::finished)) { | - |
| 96 | *result = 0; | - |
| 97 | return; | - |
| 98 | } | - |
| 99 | } | - |
| 100 | { | - |
| 101 | using _t = void (QQmlFileNetworkReply::*)(qint64 , qint64 ); | - |
| 102 | if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQmlFileNetworkReply::downloadProgress)) { | - |
| 103 | *result = 1; | - |
| 104 | return; | - |
| 105 | } | - |
| 106 | } | - |
| 107 | } | - |
| 108 | } | - |
| 109 | | - |
| 110 | QT_INIT_METAOBJECT const QMetaObject QQmlFileNetworkReply::staticMetaObject = { | - |
| 111 | { &QObject::staticMetaObject, qt_meta_stringdata_QQmlFileNetworkReply.data, | - |
| 112 | qt_meta_data_QQmlFileNetworkReply, qt_static_metacall, nullptr, nullptr} | - |
| 113 | }; | - |
| 114 | | - |
| 115 | | - |
| 116 | const QMetaObject *QQmlFileNetworkReply::metaObject() const | - |
| 117 | { | - |
| 118 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; | - |
| 119 | } | - |
| 120 | | - |
| 121 | void *QQmlFileNetworkReply::qt_metacast(const char *_clname) | - |
| 122 | { | - |
| 123 | if (!_clname) return nullptr; | - |
| 124 | if (!strcmp(_clname, qt_meta_stringdata_QQmlFileNetworkReply.stringdata0)) | - |
| 125 | return static_cast<void*>(this); | - |
| 126 | return QObject::qt_metacast(_clname); | - |
| 127 | } | - |
| 128 | | - |
| 129 | int QQmlFileNetworkReply::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | - |
| 130 | { | - |
| 131 | _id = QObject::qt_metacall(_c, _id, _a); | - |
| 132 | if (_id < 0) | - |
| 133 | return _id; | - |
| 134 | if (_c == QMetaObject::InvokeMetaMethod) { | - |
| 135 | if (_id < 4) | - |
| 136 | qt_static_metacall(this, _c, _id, _a); | - |
| 137 | _id -= 4; | - |
| 138 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { | - |
| 139 | if (_id < 4) | - |
| 140 | *reinterpret_cast<int*>(_a[0]) = -1; | - |
| 141 | _id -= 4; | - |
| 142 | } | - |
| 143 | return _id; | - |
| 144 | } | - |
| 145 | | - |
| 146 | | - |
| 147 | void QQmlFileNetworkReply::finished() | - |
| 148 | { | - |
| 149 | QMetaObject::activate(this, &staticMetaObject, 0, nullptr); | - |
| 150 | } never executed: end of block | 0 |
| 151 | | - |
| 152 | | - |
| 153 | void QQmlFileNetworkReply::downloadProgress(qint64 _t1, qint64 _t2) | - |
| 154 | { | - |
| 155 | void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) }; | - |
| 156 | QMetaObject::activate(this, &staticMetaObject, 1, _a); | - |
| 157 | } never executed: end of block | 0 |
| 158 | QT_WARNING_POP | - |
| 159 | QT_END_MOC_NAMESPACE | - |
| | |