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_draglabel.cpp 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'draglabel.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 "draglabel.h"
  9. #if !defined(Q_MOC_OUTPUT_REVISION)
  10. #error "The header file 'draglabel.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_DragLabel[] = {
  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_DragLabel[] = {
  31. "DragLabel\0"
  32. };
  33. void DragLabel::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 DragLabel::staticMetaObjectExtraData = {
  41. 0, qt_static_metacall
  42. };
  43. const QMetaObject DragLabel::staticMetaObject = {
  44. { &QLabel::staticMetaObject, qt_meta_stringdata_DragLabel,
  45. qt_meta_data_DragLabel, &staticMetaObjectExtraData }
  46. };
  47. #ifdef Q_NO_DATA_RELOCATION
  48. const QMetaObject &DragLabel::getStaticMetaObject() { return staticMetaObject; }
  49. #endif //Q_NO_DATA_RELOCATION
  50. const QMetaObject *DragLabel::metaObject() const
  51. {
  52. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  53. }
  54. void *DragLabel::qt_metacast(const char *_clname)
  55. {
  56. if (!_clname) return 0;
  57. if (!strcmp(_clname, qt_meta_stringdata_DragLabel))
  58. return static_cast<void*>(const_cast< DragLabel*>(this));
  59. return QLabel::qt_metacast(_clname);
  60. }
  61. int DragLabel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  62. {
  63. _id = QLabel::qt_metacall(_c, _id, _a);
  64. if (_id < 0)
  65. return _id;
  66. return _id;
  67. }
  68. QT_END_MOC_NAMESPACE