moc_mainwindow.cpp 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'mainwindow.h'
  3. **
  4. ** Created: Wed 10. Feb 16:35:21 2010
  5. ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.1)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "mainwindow.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'mainwindow.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 62
  13. #error "This file was generated using the moc from 4.6.1. 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_MainWindow[] = {
  19. // content:
  20. 4, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 0, 0, // methods
  24. 0, 0, // properties
  25. 0, 0, // enums/sets
  26. 0, 0, // constructors
  27. 0, // flags
  28. 0, // signalCount
  29. 0 // eod
  30. };
  31. static const char qt_meta_stringdata_MainWindow[] = {
  32. "MainWindow\0"
  33. };
  34. const QMetaObject MainWindow::staticMetaObject = {
  35. { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
  36. qt_meta_data_MainWindow, 0 }
  37. };
  38. #ifdef Q_NO_DATA_RELOCATION
  39. const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
  40. #endif //Q_NO_DATA_RELOCATION
  41. const QMetaObject *MainWindow::metaObject() const
  42. {
  43. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  44. }
  45. void *MainWindow::qt_metacast(const char *_clname)
  46. {
  47. if (!_clname) return 0;
  48. if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
  49. return static_cast<void*>(const_cast< MainWindow*>(this));
  50. return QMainWindow::qt_metacast(_clname);
  51. }
  52. int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  53. {
  54. _id = QMainWindow::qt_metacall(_c, _id, _a);
  55. if (_id < 0)
  56. return _id;
  57. return _id;
  58. }
  59. QT_END_MOC_NAMESPACE