moc_autologin.cpp 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'autologin.h'
  3. **
  4. ** Created: Mon Jul 22 18:19:17 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/sncmain/autologin.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'autologin.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_AutoLogin[] = {
  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. 1, // signalCount
  29. // signals: signature, parameters, type, tag, flags
  30. 23, 11, 10, 10, 0x05,
  31. 0 // eod
  32. };
  33. static const char qt_meta_stringdata_AutoLogin[] = {
  34. "AutoLogin\0\0accountInfo\0"
  35. "autoLoginOK(QMap<QString,QString>)\0"
  36. };
  37. void AutoLogin::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. AutoLogin *_t = static_cast<AutoLogin *>(_o);
  42. switch (_id) {
  43. case 0: _t->autoLoginOK((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1]))); break;
  44. default: ;
  45. }
  46. }
  47. }
  48. const QMetaObjectExtraData AutoLogin::staticMetaObjectExtraData = {
  49. 0, qt_static_metacall
  50. };
  51. const QMetaObject AutoLogin::staticMetaObject = {
  52. { &QThread::staticMetaObject, qt_meta_stringdata_AutoLogin,
  53. qt_meta_data_AutoLogin, &staticMetaObjectExtraData }
  54. };
  55. #ifdef Q_NO_DATA_RELOCATION
  56. const QMetaObject &AutoLogin::getStaticMetaObject() { return staticMetaObject; }
  57. #endif //Q_NO_DATA_RELOCATION
  58. const QMetaObject *AutoLogin::metaObject() const
  59. {
  60. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  61. }
  62. void *AutoLogin::qt_metacast(const char *_clname)
  63. {
  64. if (!_clname) return 0;
  65. if (!strcmp(_clname, qt_meta_stringdata_AutoLogin))
  66. return static_cast<void*>(const_cast< AutoLogin*>(this));
  67. return QThread::qt_metacast(_clname);
  68. }
  69. int AutoLogin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  70. {
  71. _id = QThread::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. // SIGNAL 0
  82. void AutoLogin::autoLoginOK(QMap<QString,QString> _t1)
  83. {
  84. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  85. QMetaObject::activate(this, &staticMetaObject, 0, _a);
  86. }
  87. QT_END_MOC_NAMESPACE