cleaning comment and test
[qwp] / moc_qmlapplicationviewer.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'qmlapplicationviewer.h'
3 **
4 ** Created: Sat 29. Jan 00:33:35 2011
5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.7.0)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "qmlapplicationviewer/qmlapplicationviewer.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'qmlapplicationviewer.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.7.0. 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_QmlApplicationViewer[] = {
21
22  // content:
23        5,       // 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        0,       // flags
31        0,       // signalCount
32
33        0        // eod
34 };
35
36 static const char qt_meta_stringdata_QmlApplicationViewer[] = {
37     "QmlApplicationViewer\0"
38 };
39
40 const QMetaObject QmlApplicationViewer::staticMetaObject = {
41     { &QDeclarativeView::staticMetaObject, qt_meta_stringdata_QmlApplicationViewer,
42       qt_meta_data_QmlApplicationViewer, 0 }
43 };
44
45 #ifdef Q_NO_DATA_RELOCATION
46 const QMetaObject &QmlApplicationViewer::getStaticMetaObject() { return staticMetaObject; }
47 #endif //Q_NO_DATA_RELOCATION
48
49 const QMetaObject *QmlApplicationViewer::metaObject() const
50 {
51     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
52 }
53
54 void *QmlApplicationViewer::qt_metacast(const char *_clname)
55 {
56     if (!_clname) return 0;
57     if (!strcmp(_clname, qt_meta_stringdata_QmlApplicationViewer))
58         return static_cast<void*>(const_cast< QmlApplicationViewer*>(this));
59     return QDeclarativeView::qt_metacast(_clname);
60 }
61
62 int QmlApplicationViewer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
63 {
64     _id = QDeclarativeView::qt_metacall(_c, _id, _a);
65     if (_id < 0)
66         return _id;
67     return _id;
68 }
69 QT_END_MOC_NAMESPACE