moc_squeezelabel.cpp
上传用户:huahtool
上传日期:2015-12-10
资源大小:1089k
文件大小:2k
源码类别:

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'squeezelabel.h'
  3. **
  4. ** Created: Tue Nov 18 19:00:14 2008
  5. **      by: The Qt Meta Object Compiler version 59 (Qt 4.4.3)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../../../squeezelabel.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'squeezelabel.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 59
  13. #error "This file was generated using the moc from 4.4.3. 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_SqueezeLabel[] = {
  19.  // content:
  20.        1,       // revision
  21.        0,       // classname
  22.        0,    0, // classinfo
  23.        0,    0, // methods
  24.        0,    0, // properties
  25.        0,    0, // enums/sets
  26.        0        // eod
  27. };
  28. static const char qt_meta_stringdata_SqueezeLabel[] = {
  29.     "SqueezeLabel"
  30. };
  31. const QMetaObject SqueezeLabel::staticMetaObject = {
  32.     { &QLabel::staticMetaObject, qt_meta_stringdata_SqueezeLabel,
  33.       qt_meta_data_SqueezeLabel, 0 }
  34. };
  35. const QMetaObject *SqueezeLabel::metaObject() const
  36. {
  37.     return &staticMetaObject;
  38. }
  39. void *SqueezeLabel::qt_metacast(const char *_clname)
  40. {
  41.     if (!_clname) return 0;
  42.     if (!strcmp(_clname, qt_meta_stringdata_SqueezeLabel))
  43.         return static_cast<void*>(const_cast< SqueezeLabel*>(this));
  44.     return QLabel::qt_metacast(_clname);
  45. }
  46. int SqueezeLabel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  47. {
  48.     _id = QLabel::qt_metacall(_c, _id, _a);
  49.     if (_id < 0)
  50.         return _id;
  51.     return _id;
  52. }
  53. QT_END_MOC_NAMESPACE