moc_HttpClient.cpp 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'HttpClient.h'
  3. **
  4. ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.2.4)
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. *****************************************************************************/
  8. #include <memory>
  9. #include "../include/HttpClient.h"
  10. #include <QtNetwork/QSslError>
  11. #include <QtCore/qbytearray.h>
  12. #include <QtCore/qmetatype.h>
  13. #if !defined(Q_MOC_OUTPUT_REVISION)
  14. #error "The header file 'HttpClient.h' doesn't include <QObject>."
  15. #elif Q_MOC_OUTPUT_REVISION != 68
  16. #error "This file was generated using the moc from 6.2.4. It"
  17. #error "cannot be used with the include files from this version of Qt."
  18. #error "(The moc has changed too much.)"
  19. #endif
  20. QT_BEGIN_MOC_NAMESPACE
  21. QT_WARNING_PUSH
  22. QT_WARNING_DISABLE_DEPRECATED
  23. struct qt_meta_stringdata_HttpClient_t {
  24. const uint offsetsAndSize[2];
  25. char stringdata0[11];
  26. };
  27. #define QT_MOC_LITERAL(ofs, len) \
  28. uint(offsetof(qt_meta_stringdata_HttpClient_t, stringdata0) + ofs), len
  29. static const qt_meta_stringdata_HttpClient_t qt_meta_stringdata_HttpClient = {
  30. {
  31. QT_MOC_LITERAL(0, 10) // "HttpClient"
  32. },
  33. "HttpClient"
  34. };
  35. #undef QT_MOC_LITERAL
  36. static const uint qt_meta_data_HttpClient[] = {
  37. // content:
  38. 10, // revision
  39. 0, // classname
  40. 0, 0, // classinfo
  41. 0, 0, // methods
  42. 0, 0, // properties
  43. 0, 0, // enums/sets
  44. 0, 0, // constructors
  45. 0, // flags
  46. 0, // signalCount
  47. 0 // eod
  48. };
  49. void HttpClient::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  50. {
  51. (void)_o;
  52. (void)_id;
  53. (void)_c;
  54. (void)_a;
  55. }
  56. const QMetaObject HttpClient::staticMetaObject = { {
  57. QMetaObject::SuperData::link<QObject::staticMetaObject>(),
  58. qt_meta_stringdata_HttpClient.offsetsAndSize,
  59. qt_meta_data_HttpClient,
  60. qt_static_metacall,
  61. nullptr,
  62. qt_incomplete_metaTypeArray<qt_meta_stringdata_HttpClient_t
  63. , QtPrivate::TypeAndForceComplete<HttpClient, std::true_type>
  64. >,
  65. nullptr
  66. } };
  67. const QMetaObject *HttpClient::metaObject() const
  68. {
  69. return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
  70. }
  71. void *HttpClient::qt_metacast(const char *_clname)
  72. {
  73. if (!_clname) return nullptr;
  74. if (!strcmp(_clname, qt_meta_stringdata_HttpClient.stringdata0))
  75. return static_cast<void*>(this);
  76. return QObject::qt_metacast(_clname);
  77. }
  78. int HttpClient::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  79. {
  80. _id = QObject::qt_metacall(_c, _id, _a);
  81. return _id;
  82. }
  83. QT_WARNING_POP
  84. QT_END_MOC_NAMESPACE