Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

moc_abouttypica.cpp 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'abouttypica.h'
  3. **
  4. ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.7)
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. *****************************************************************************/
  8. #include "abouttypica.h"
  9. #if !defined(Q_MOC_OUTPUT_REVISION)
  10. #error "The header file 'abouttypica.h' doesn't include <QObject>."
  11. #elif Q_MOC_OUTPUT_REVISION != 63
  12. #error "This file was generated using the moc from 4.8.7. It"
  13. #error "cannot be used with the include files from this version of Qt."
  14. #error "(The moc has changed too much.)"
  15. #endif
  16. QT_BEGIN_MOC_NAMESPACE
  17. static const uint qt_meta_data_AboutTypica[] = {
  18. // content:
  19. 6, // revision
  20. 0, // classname
  21. 0, 0, // classinfo
  22. 0, 0, // methods
  23. 0, 0, // properties
  24. 0, 0, // enums/sets
  25. 0, 0, // constructors
  26. 0, // flags
  27. 0, // signalCount
  28. 0 // eod
  29. };
  30. static const char qt_meta_stringdata_AboutTypica[] = {
  31. "AboutTypica\0"
  32. };
  33. void AboutTypica::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  34. {
  35. Q_UNUSED(_o);
  36. Q_UNUSED(_id);
  37. Q_UNUSED(_c);
  38. Q_UNUSED(_a);
  39. }
  40. const QMetaObjectExtraData AboutTypica::staticMetaObjectExtraData = {
  41. 0, qt_static_metacall
  42. };
  43. const QMetaObject AboutTypica::staticMetaObject = {
  44. { &QMainWindow::staticMetaObject, qt_meta_stringdata_AboutTypica,
  45. qt_meta_data_AboutTypica, &staticMetaObjectExtraData }
  46. };
  47. #ifdef Q_NO_DATA_RELOCATION
  48. const QMetaObject &AboutTypica::getStaticMetaObject() { return staticMetaObject; }
  49. #endif //Q_NO_DATA_RELOCATION
  50. const QMetaObject *AboutTypica::metaObject() const
  51. {
  52. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  53. }
  54. void *AboutTypica::qt_metacast(const char *_clname)
  55. {
  56. if (!_clname) return 0;
  57. if (!strcmp(_clname, qt_meta_stringdata_AboutTypica))
  58. return static_cast<void*>(const_cast< AboutTypica*>(this));
  59. return QMainWindow::qt_metacast(_clname);
  60. }
  61. int AboutTypica::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  62. {
  63. _id = QMainWindow::qt_metacall(_c, _id, _a);
  64. if (_id < 0)
  65. return _id;
  66. return _id;
  67. }
  68. QT_END_MOC_NAMESPACE