123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- /****************************************************************************
- ** Meta object code from reading C++ file 'HttpClient.h'
- **
- ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.2.4)
- **
- ** WARNING! All changes made in this file will be lost!
- *****************************************************************************/
- #include <memory>
- #include "../include/HttpClient.h"
- #include <QtNetwork/QSslError>
- #include <QtCore/qbytearray.h>
- #include <QtCore/qmetatype.h>
- #if !defined(Q_MOC_OUTPUT_REVISION)
- #error "The header file 'HttpClient.h' doesn't include <QObject>."
- #elif Q_MOC_OUTPUT_REVISION != 68
- #error "This file was generated using the moc from 6.2.4. 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_HttpClient_t {
- const uint offsetsAndSize[2];
- char stringdata0[11];
- };
- #define QT_MOC_LITERAL(ofs, len) \
- uint(offsetof(qt_meta_stringdata_HttpClient_t, stringdata0) + ofs), len
- static const qt_meta_stringdata_HttpClient_t qt_meta_stringdata_HttpClient = {
- {
- QT_MOC_LITERAL(0, 10) // "HttpClient"
- },
- "HttpClient"
- };
- #undef QT_MOC_LITERAL
- static const uint qt_meta_data_HttpClient[] = {
- // content:
- 10, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
- 0, 0, // constructors
- 0, // flags
- 0, // signalCount
- 0 // eod
- };
- void HttpClient::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
- {
- (void)_o;
- (void)_id;
- (void)_c;
- (void)_a;
- }
- const QMetaObject HttpClient::staticMetaObject = { {
- QMetaObject::SuperData::link<QObject::staticMetaObject>(),
- qt_meta_stringdata_HttpClient.offsetsAndSize,
- qt_meta_data_HttpClient,
- qt_static_metacall,
- nullptr,
- qt_incomplete_metaTypeArray<qt_meta_stringdata_HttpClient_t
- , QtPrivate::TypeAndForceComplete<HttpClient, std::true_type>
- >,
- nullptr
- } };
- const QMetaObject *HttpClient::metaObject() const
- {
- return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
- }
- void *HttpClient::qt_metacast(const char *_clname)
- {
- if (!_clname) return nullptr;
- if (!strcmp(_clname, qt_meta_stringdata_HttpClient.stringdata0))
- return static_cast<void*>(this);
- return QObject::qt_metacast(_clname);
- }
- int HttpClient::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
- {
- _id = QObject::qt_metacall(_c, _id, _a);
- return _id;
- }
- QT_WARNING_POP
- QT_END_MOC_NAMESPACE
|