/**************************************************************************** ** Meta object code from reading C++ file 'ConnectivityChecker.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.17) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include #include "control/ConnectivityChecker.h" #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'ConnectivityChecker.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 67 #error "This file was generated using the moc from 5.15.17. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif QT_BEGIN_MOC_NAMESPACE QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED struct qt_meta_stringdata_ConnectivityChecker_t { QByteArrayData data[11]; char stringdata0[160]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_ConnectivityChecker_t, stringdata0) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_ConnectivityChecker_t qt_meta_stringdata_ConnectivityChecker = { { QT_MOC_LITERAL(0, 0, 19), // "ConnectivityChecker" QT_MOC_LITERAL(1, 20, 9), // "testError" QT_MOC_LITERAL(2, 30, 0), // "" QT_MOC_LITERAL(3, 31, 11), // "testSuccess" QT_MOC_LITERAL(4, 43, 12), // "testFinished" QT_MOC_LITERAL(5, 56, 13), // "onTestTimeout" QT_MOC_LITERAL(6, 70, 14), // "onTestFinished" QT_MOC_LITERAL(7, 85, 14), // "QNetworkReply*" QT_MOC_LITERAL(8, 100, 29), // "onProxyAuthenticationRequired" QT_MOC_LITERAL(9, 130, 13), // "QNetworkProxy" QT_MOC_LITERAL(10, 144, 15) // "QAuthenticator*" }, "ConnectivityChecker\0testError\0\0" "testSuccess\0testFinished\0onTestTimeout\0" "onTestFinished\0QNetworkReply*\0" "onProxyAuthenticationRequired\0" "QNetworkProxy\0QAuthenticator*" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_ConnectivityChecker[] = { // content: 8, // revision 0, // classname 0, 0, // classinfo 6, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 3, // signalCount // signals: name, argc, parameters, tag, flags 1, 0, 44, 2, 0x06 /* Public */, 3, 0, 45, 2, 0x06 /* Public */, 4, 0, 46, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags 5, 0, 47, 2, 0x09 /* Protected */, 6, 1, 48, 2, 0x09 /* Protected */, 8, 2, 51, 2, 0x09 /* Protected */, // signals: parameters QMetaType::Void, QMetaType::Void, QMetaType::Void, // slots: parameters QMetaType::Void, QMetaType::Void, 0x80000000 | 7, 2, QMetaType::Void, 0x80000000 | 9, 0x80000000 | 10, 2, 2, 0 // eod }; void ConnectivityChecker::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { if (_c == QMetaObject::InvokeMetaMethod) { auto *_t = static_cast(_o); (void)_t; switch (_id) { case 0: _t->testError(); break; case 1: _t->testSuccess(); break; case 2: _t->testFinished(); break; case 3: _t->onTestTimeout(); break; case 4: _t->onTestFinished((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break; case 5: _t->onProxyAuthenticationRequired((*reinterpret_cast< const QNetworkProxy(*)>(_a[1])),(*reinterpret_cast< QAuthenticator*(*)>(_a[2]))); break; default: ; } } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { switch (_id) { default: *reinterpret_cast(_a[0]) = -1; break; case 4: switch (*reinterpret_cast(_a[1])) { default: *reinterpret_cast(_a[0]) = -1; break; case 0: *reinterpret_cast(_a[0]) = qRegisterMetaType< QNetworkReply* >(); break; } break; case 5: switch (*reinterpret_cast(_a[1])) { default: *reinterpret_cast(_a[0]) = -1; break; case 0: *reinterpret_cast(_a[0]) = qRegisterMetaType< QNetworkProxy >(); break; } break; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); { using _t = void (ConnectivityChecker::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ConnectivityChecker::testError)) { *result = 0; return; } } { using _t = void (ConnectivityChecker::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ConnectivityChecker::testSuccess)) { *result = 1; return; } } { using _t = void (ConnectivityChecker::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ConnectivityChecker::testFinished)) { *result = 2; return; } } } } QT_INIT_METAOBJECT const QMetaObject ConnectivityChecker::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_ConnectivityChecker.data, qt_meta_data_ConnectivityChecker, qt_static_metacall, nullptr, nullptr } }; const QMetaObject *ConnectivityChecker::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *ConnectivityChecker::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_ConnectivityChecker.stringdata0)) return static_cast(this); return QObject::qt_metacast(_clname); } int ConnectivityChecker::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QObject::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 6) qt_static_metacall(this, _c, _id, _a); _id -= 6; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 6) qt_static_metacall(this, _c, _id, _a); _id -= 6; } return _id; } // SIGNAL 0 void ConnectivityChecker::testError() { QMetaObject::activate(this, &staticMetaObject, 0, nullptr); } // SIGNAL 1 void ConnectivityChecker::testSuccess() { QMetaObject::activate(this, &staticMetaObject, 1, nullptr); } // SIGNAL 2 void ConnectivityChecker::testFinished() { QMetaObject::activate(this, &staticMetaObject, 2, nullptr); } QT_WARNING_POP QT_END_MOC_NAMESPACE