moc_dialogtoday.cpp 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'dialogtoday.h'
  3. **
  4. ** Created: Mon Apr 22 12:44:25 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/sncriddle/dialogtoday.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'dialogtoday.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_DialogToday[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 1, 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. 18, 13, 12, 12, 0x0a,
  31. 0 // eod
  32. };
  33. static const char qt_meta_stringdata_DialogToday[] = {
  34. "DialogToday\0\0info\0"
  35. "setAccountInfo(QMap<QString,QString>)\0"
  36. };
  37. void DialogToday::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  38. {
  39. if (_c == QMetaObject::InvokeMetaMethod) {
  40. Q_ASSERT(staticMetaObject.cast(_o));
  41. DialogToday *_t = static_cast<DialogToday *>(_o);
  42. switch (_id) {
  43. case 0: _t->setAccountInfo((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1]))); break;
  44. default: ;
  45. }
  46. }
  47. }
  48. const QMetaObjectExtraData DialogToday::staticMetaObjectExtraData = {
  49. 0, qt_static_metacall
  50. };
  51. const QMetaObject DialogToday::staticMetaObject = {
  52. { &QDialog::staticMetaObject, qt_meta_stringdata_DialogToday,
  53. qt_meta_data_DialogToday, &staticMetaObjectExtraData }
  54. };
  55. #ifdef Q_NO_DATA_RELOCATION
  56. const QMetaObject &DialogToday::getStaticMetaObject() { return staticMetaObject; }
  57. #endif //Q_NO_DATA_RELOCATION
  58. const QMetaObject *DialogToday::metaObject() const
  59. {
  60. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  61. }
  62. void *DialogToday::qt_metacast(const char *_clname)
  63. {
  64. if (!_clname) return 0;
  65. if (!strcmp(_clname, qt_meta_stringdata_DialogToday))
  66. return static_cast<void*>(const_cast< DialogToday*>(this));
  67. return QDialog::qt_metacast(_clname);
  68. }
  69. int DialogToday::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  70. {
  71. _id = QDialog::qt_metacall(_c, _id, _a);
  72. if (_id < 0)
  73. return _id;
  74. if (_c == QMetaObject::InvokeMetaMethod) {
  75. if (_id < 1)
  76. qt_static_metacall(this, _c, _id, _a);
  77. _id -= 1;
  78. }
  79. return _id;
  80. }
  81. QT_END_MOC_NAMESPACE