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

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'autosaver.h'
  3. **
  4. ** Created: Tue Nov 18 19:00:09 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 "../../../autosaver.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'autosaver.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_AutoSaver[] = {
  19.  // content:
  20.        1,       // revision
  21.        0,       // classname
  22.        0,    0, // classinfo
  23.        1,   10, // methods
  24.        0,    0, // properties
  25.        0,    0, // enums/sets
  26.  // slots: signature, parameters, type, tag, flags
  27.       11,   10,   10,   10, 0x0a,
  28.        0        // eod
  29. };
  30. static const char qt_meta_stringdata_AutoSaver[] = {
  31.     "AutoSaverchangeOccurred()"
  32. };
  33. const QMetaObject AutoSaver::staticMetaObject = {
  34.     { &QObject::staticMetaObject, qt_meta_stringdata_AutoSaver,
  35.       qt_meta_data_AutoSaver, 0 }
  36. };
  37. const QMetaObject *AutoSaver::metaObject() const
  38. {
  39.     return &staticMetaObject;
  40. }
  41. void *AutoSaver::qt_metacast(const char *_clname)
  42. {
  43.     if (!_clname) return 0;
  44.     if (!strcmp(_clname, qt_meta_stringdata_AutoSaver))
  45.         return static_cast<void*>(const_cast< AutoSaver*>(this));
  46.     return QObject::qt_metacast(_clname);
  47. }
  48. int AutoSaver::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  49. {
  50.     _id = QObject::qt_metacall(_c, _id, _a);
  51.     if (_id < 0)
  52.         return _id;
  53.     if (_c == QMetaObject::InvokeMetaMethod) {
  54.         switch (_id) {
  55.         case 0: changeOccurred(); break;
  56.         }
  57.         _id -= 1;
  58.     }
  59.     return _id;
  60. }
  61. QT_END_MOC_NAMESPACE