~dpm/+junk/cam-preview-tests

« back to all changes in this revision

Viewing changes to .moc/moc_qtquick2applicationviewer.cpp

  • Committer: David Planella
  • Date: 2013-06-03 07:58:55 UTC
  • Revision ID: david.planella@ubuntu.com-20130603075855-bgsp1v2cjypsoyfc
RemovedĀ buildĀ files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Meta object code from reading C++ file 'qtquick2applicationviewer.h'
3
 
**
4
 
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.0.2)
5
 
**
6
 
** WARNING! All changes made in this file will be lost!
7
 
*****************************************************************************/
8
 
 
9
 
#include "../qtquick2applicationviewer/qtquick2applicationviewer.h"
10
 
#include <QtCore/qbytearray.h>
11
 
#include <QtCore/qmetatype.h>
12
 
#if !defined(Q_MOC_OUTPUT_REVISION)
13
 
#error "The header file 'qtquick2applicationviewer.h' doesn't include <QObject>."
14
 
#elif Q_MOC_OUTPUT_REVISION != 67
15
 
#error "This file was generated using the moc from 5.0.2. It"
16
 
#error "cannot be used with the include files from this version of Qt."
17
 
#error "(The moc has changed too much.)"
18
 
#endif
19
 
 
20
 
QT_BEGIN_MOC_NAMESPACE
21
 
struct qt_meta_stringdata_QtQuick2ApplicationViewer_t {
22
 
    QByteArrayData data[1];
23
 
    char stringdata[27];
24
 
};
25
 
#define QT_MOC_LITERAL(idx, ofs, len) \
26
 
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
27
 
    offsetof(qt_meta_stringdata_QtQuick2ApplicationViewer_t, stringdata) + ofs \
28
 
        - idx * sizeof(QByteArrayData) \
29
 
    )
30
 
static const qt_meta_stringdata_QtQuick2ApplicationViewer_t qt_meta_stringdata_QtQuick2ApplicationViewer = {
31
 
    {
32
 
QT_MOC_LITERAL(0, 0, 25)
33
 
    },
34
 
    "QtQuick2ApplicationViewer\0"
35
 
};
36
 
#undef QT_MOC_LITERAL
37
 
 
38
 
static const uint qt_meta_data_QtQuick2ApplicationViewer[] = {
39
 
 
40
 
 // content:
41
 
       7,       // revision
42
 
       0,       // classname
43
 
       0,    0, // classinfo
44
 
       0,    0, // methods
45
 
       0,    0, // properties
46
 
       0,    0, // enums/sets
47
 
       0,    0, // constructors
48
 
       0,       // flags
49
 
       0,       // signalCount
50
 
 
51
 
       0        // eod
52
 
};
53
 
 
54
 
void QtQuick2ApplicationViewer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
55
 
{
56
 
    Q_UNUSED(_o);
57
 
    Q_UNUSED(_id);
58
 
    Q_UNUSED(_c);
59
 
    Q_UNUSED(_a);
60
 
}
61
 
 
62
 
const QMetaObject QtQuick2ApplicationViewer::staticMetaObject = {
63
 
    { &QQuickView::staticMetaObject, qt_meta_stringdata_QtQuick2ApplicationViewer.data,
64
 
      qt_meta_data_QtQuick2ApplicationViewer,  qt_static_metacall, 0, 0}
65
 
};
66
 
 
67
 
 
68
 
const QMetaObject *QtQuick2ApplicationViewer::metaObject() const
69
 
{
70
 
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
71
 
}
72
 
 
73
 
void *QtQuick2ApplicationViewer::qt_metacast(const char *_clname)
74
 
{
75
 
    if (!_clname) return 0;
76
 
    if (!strcmp(_clname, qt_meta_stringdata_QtQuick2ApplicationViewer.stringdata))
77
 
        return static_cast<void*>(const_cast< QtQuick2ApplicationViewer*>(this));
78
 
    return QQuickView::qt_metacast(_clname);
79
 
}
80
 
 
81
 
int QtQuick2ApplicationViewer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
82
 
{
83
 
    _id = QQuickView::qt_metacall(_c, _id, _a);
84
 
    if (_id < 0)
85
 
        return _id;
86
 
    return _id;
87
 
}
88
 
QT_END_MOC_NAMESPACE