moc_twitter.cpp 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'twitter.h'
  3. **
  4. ** Created: Tue Jun 29 18:57:22 2010
  5. ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.2)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "twitter.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'twitter.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 62
  13. #error "This file was generated using the moc from 4.6.2. 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_Twitter[] = {
  19. // content:
  20. 4, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 2, 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. 9, 8, 8, 8, 0x08,
  31. 34, 8, 8, 8, 0x08,
  32. 0 // eod
  33. };
  34. static const char qt_meta_stringdata_Twitter[] = {
  35. "Twitter\0\0on_pushButton_released()\0"
  36. "replyFinished(QNetworkReply*)\0"
  37. };
  38. const QMetaObject Twitter::staticMetaObject = {
  39. { &QMainWindow::staticMetaObject, qt_meta_stringdata_Twitter,
  40. qt_meta_data_Twitter, 0 }
  41. };
  42. #ifdef Q_NO_DATA_RELOCATION
  43. const QMetaObject &Twitter::getStaticMetaObject() { return staticMetaObject; }
  44. #endif //Q_NO_DATA_RELOCATION
  45. const QMetaObject *Twitter::metaObject() const
  46. {
  47. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  48. }
  49. void *Twitter::qt_metacast(const char *_clname)
  50. {
  51. if (!_clname) return 0;
  52. if (!strcmp(_clname, qt_meta_stringdata_Twitter))
  53. return static_cast<void*>(const_cast< Twitter*>(this));
  54. return QMainWindow::qt_metacast(_clname);
  55. }
  56. int Twitter::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  57. {
  58. _id = QMainWindow::qt_metacall(_c, _id, _a);
  59. if (_id < 0)
  60. return _id;
  61. if (_c == QMetaObject::InvokeMetaMethod) {
  62. switch (_id) {
  63. case 0: on_pushButton_released(); break;
  64. case 1: replyFinished((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break;
  65. default: ;
  66. }
  67. _id -= 2;
  68. }
  69. return _id;
  70. }
  71. QT_END_MOC_NAMESPACE