Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'overviewpage.cpp'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #if !defined(Q_MOC_OUTPUT_REVISION)
9 : #error "The header file 'overviewpage.cpp' doesn't include <QObject>."
10 : #elif Q_MOC_OUTPUT_REVISION != 63
11 : #error "This file was generated using the moc from 4.8.6. It"
12 : #error "cannot be used with the include files from this version of Qt."
13 : #error "(The moc has changed too much.)"
14 : #endif
15 :
16 : QT_BEGIN_MOC_NAMESPACE
17 : static const uint qt_meta_data_TxViewDelegate[] = {
18 :
19 : // content:
20 : 6, // revision
21 : 0, // classname
22 : 0, 0, // classinfo
23 : 0, 0, // methods
24 : 0, 0, // properties
25 : 0, 0, // enums/sets
26 : 0, 0, // constructors
27 : 0, // flags
28 : 0, // signalCount
29 :
30 : 0 // eod
31 : };
32 :
33 : static const char qt_meta_stringdata_TxViewDelegate[] = {
34 : "TxViewDelegate\0"
35 : };
36 :
37 0 : void TxViewDelegate::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
38 : {
39 : Q_UNUSED(_o);
40 : Q_UNUSED(_id);
41 : Q_UNUSED(_c);
42 : Q_UNUSED(_a);
43 0 : }
44 :
45 : const QMetaObjectExtraData TxViewDelegate::staticMetaObjectExtraData = {
46 : 0, qt_static_metacall
47 : };
48 :
49 : const QMetaObject TxViewDelegate::staticMetaObject = {
50 : { &QAbstractItemDelegate::staticMetaObject, qt_meta_stringdata_TxViewDelegate,
51 : qt_meta_data_TxViewDelegate, &staticMetaObjectExtraData }
52 : };
53 :
54 : #ifdef Q_NO_DATA_RELOCATION
55 : const QMetaObject &TxViewDelegate::getStaticMetaObject() { return staticMetaObject; }
56 : #endif //Q_NO_DATA_RELOCATION
57 :
58 0 : const QMetaObject *TxViewDelegate::metaObject() const
59 : {
60 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
61 : }
62 :
63 0 : void *TxViewDelegate::qt_metacast(const char *_clname)
64 : {
65 0 : if (!_clname) return 0;
66 0 : if (!strcmp(_clname, qt_meta_stringdata_TxViewDelegate))
67 : return static_cast<void*>(const_cast< TxViewDelegate*>(this));
68 0 : return QAbstractItemDelegate::qt_metacast(_clname);
69 : }
70 :
71 0 : int TxViewDelegate::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
72 : {
73 0 : _id = QAbstractItemDelegate::qt_metacall(_c, _id, _a);
74 : if (_id < 0)
75 : return _id;
76 : return _id;
77 : }
78 : QT_END_MOC_NAMESPACE
|