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

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'chasewidget.h'
  3. **
  4. ** Created: Tue Nov 18 19:00:10 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 "../../../chasewidget.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'chasewidget.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_ChaseWidget[] = {
  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_ChaseWidget[] = {
  29.     "ChaseWidget"
  30. };
  31. const QMetaObject ChaseWidget::staticMetaObject = {
  32.     { &QWidget::staticMetaObject, qt_meta_stringdata_ChaseWidget,
  33.       qt_meta_data_ChaseWidget, 0 }
  34. };
  35. const QMetaObject *ChaseWidget::metaObject() const
  36. {
  37.     return &staticMetaObject;
  38. }
  39. void *ChaseWidget::qt_metacast(const char *_clname)
  40. {
  41.     if (!_clname) return 0;
  42.     if (!strcmp(_clname, qt_meta_stringdata_ChaseWidget))
  43.         return static_cast<void*>(const_cast< ChaseWidget*>(this));
  44.     return QWidget::qt_metacast(_clname);
  45. }
  46. int ChaseWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  47. {
  48.     _id = QWidget::qt_metacall(_c, _id, _a);
  49.     if (_id < 0)
  50.         return _id;
  51.     return _id;
  52. }
  53. QT_END_MOC_NAMESPACE