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