moc_httpdownload.cpp 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'httpdownload.h'
  3. **
  4. ** Created: Mon Apr 22 11:50:42 2019
  5. ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.4)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../../../../sncprojects/lib/snccore/httpdownload.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'httpdownload.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 63
  13. #error "This file was generated using the moc from 4.8.4. It"
  14. #error "cannot be used with the include files from this version of Qt."
  15. #error "(The moc has changed too much.)"
  16. #endif
  17. QT_BEGIN_MOC_NAMESPACE
  18. static const uint qt_meta_data_HttpDownload[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 3, 14, // methods
  24. 0, 0, // properties
  25. 0, 0, // enums/sets
  26. 0, 0, // constructors
  27. 0, // flags
  28. 0, // signalCount
  29. // slots: signature, parameters, type, tag, flags
  30. 14, 13, 13, 13, 0x08,
  31. 29, 13, 13, 13, 0x08,
  32. 66, 45, 13, 13, 0x08,
  33. 0 // eod
  34. };
  35. static const char qt_meta_stringdata_HttpDownload[] = {
  36. "HttpDownload\0\0httpFinished()\0"
  37. "httpReadyRead()\0bytesRead,totalBytes\0"
  38. "updateDataReadProgress(qint64,qint64)\0"
  39. };
  40. void HttpDownload::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  41. {
  42. if (_c == QMetaObject::InvokeMetaMethod) {
  43. Q_ASSERT(staticMetaObject.cast(_o));
  44. HttpDownload *_t = static_cast<HttpDownload *>(_o);
  45. switch (_id) {
  46. case 0: _t->httpFinished(); break;
  47. case 1: _t->httpReadyRead(); break;
  48. case 2: _t->updateDataReadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
  49. default: ;
  50. }
  51. }
  52. }
  53. const QMetaObjectExtraData HttpDownload::staticMetaObjectExtraData = {
  54. 0, qt_static_metacall
  55. };
  56. const QMetaObject HttpDownload::staticMetaObject = {
  57. { &QObject::staticMetaObject, qt_meta_stringdata_HttpDownload,
  58. qt_meta_data_HttpDownload, &staticMetaObjectExtraData }
  59. };
  60. #ifdef Q_NO_DATA_RELOCATION
  61. const QMetaObject &HttpDownload::getStaticMetaObject() { return staticMetaObject; }
  62. #endif //Q_NO_DATA_RELOCATION
  63. const QMetaObject *HttpDownload::metaObject() const
  64. {
  65. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  66. }
  67. void *HttpDownload::qt_metacast(const char *_clname)
  68. {
  69. if (!_clname) return 0;
  70. if (!strcmp(_clname, qt_meta_stringdata_HttpDownload))
  71. return static_cast<void*>(const_cast< HttpDownload*>(this));
  72. return QObject::qt_metacast(_clname);
  73. }
  74. int HttpDownload::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  75. {
  76. _id = QObject::qt_metacall(_c, _id, _a);
  77. if (_id < 0)
  78. return _id;
  79. if (_c == QMetaObject::InvokeMetaMethod) {
  80. if (_id < 3)
  81. qt_static_metacall(this, _c, _id, _a);
  82. _id -= 3;
  83. }
  84. return _id;
  85. }
  86. QT_END_MOC_NAMESPACE