Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'recentrequeststablemodel.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include "qt/recentrequeststablemodel.h"
9 : #if !defined(Q_MOC_OUTPUT_REVISION)
10 : #error "The header file 'recentrequeststablemodel.h' doesn't include <QObject>."
11 : #elif Q_MOC_OUTPUT_REVISION != 63
12 : #error "This file was generated using the moc from 4.8.6. It"
13 : #error "cannot be used with the include files from this version of Qt."
14 : #error "(The moc has changed too much.)"
15 : #endif
16 :
17 : QT_BEGIN_MOC_NAMESPACE
18 : static const uint qt_meta_data_RecentRequestsTableModel[] = {
19 :
20 : // content:
21 : 6, // revision
22 : 0, // classname
23 : 0, 0, // classinfo
24 : 3, 14, // methods
25 : 0, 0, // properties
26 : 0, 0, // enums/sets
27 : 0, 0, // constructors
28 : 0, // flags
29 : 0, // signalCount
30 :
31 : // slots: signature, parameters, type, tag, flags
32 : 39, 26, 25, 25, 0x0a,
33 : 70, 63, 25, 25, 0x2a,
34 : 80, 25, 25, 25, 0x0a,
35 :
36 : 0 // eod
37 : };
38 :
39 : static const char qt_meta_stringdata_RecentRequestsTableModel[] = {
40 : "RecentRequestsTableModel\0\0column,order\0"
41 : "sort(int,Qt::SortOrder)\0column\0sort(int)\0"
42 : "updateDisplayUnit()\0"
43 : };
44 :
45 0 : void RecentRequestsTableModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
46 : {
47 0 : if (_c == QMetaObject::InvokeMetaMethod) {
48 0 : Q_ASSERT(staticMetaObject.cast(_o));
49 0 : RecentRequestsTableModel *_t = static_cast<RecentRequestsTableModel *>(_o);
50 0 : switch (_id) {
51 0 : case 0: _t->sort((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< Qt::SortOrder(*)>(_a[2]))); break;
52 0 : case 1: _t->sort((*reinterpret_cast< int(*)>(_a[1]))); break;
53 0 : case 2: _t->updateDisplayUnit(); break;
54 : default: ;
55 : }
56 : }
57 0 : }
58 :
59 : const QMetaObjectExtraData RecentRequestsTableModel::staticMetaObjectExtraData = {
60 : 0, qt_static_metacall
61 : };
62 :
63 : const QMetaObject RecentRequestsTableModel::staticMetaObject = {
64 : { &QAbstractTableModel::staticMetaObject, qt_meta_stringdata_RecentRequestsTableModel,
65 : qt_meta_data_RecentRequestsTableModel, &staticMetaObjectExtraData }
66 : };
67 :
68 : #ifdef Q_NO_DATA_RELOCATION
69 : const QMetaObject &RecentRequestsTableModel::getStaticMetaObject() { return staticMetaObject; }
70 : #endif //Q_NO_DATA_RELOCATION
71 :
72 0 : const QMetaObject *RecentRequestsTableModel::metaObject() const
73 : {
74 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
75 : }
76 :
77 0 : void *RecentRequestsTableModel::qt_metacast(const char *_clname)
78 : {
79 0 : if (!_clname) return 0;
80 0 : if (!strcmp(_clname, qt_meta_stringdata_RecentRequestsTableModel))
81 : return static_cast<void*>(const_cast< RecentRequestsTableModel*>(this));
82 0 : return QAbstractTableModel::qt_metacast(_clname);
83 : }
84 :
85 0 : int RecentRequestsTableModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
86 : {
87 0 : _id = QAbstractTableModel::qt_metacall(_c, _id, _a);
88 0 : if (_id < 0)
89 : return _id;
90 0 : if (_c == QMetaObject::InvokeMetaMethod) {
91 0 : if (_id < 3)
92 0 : qt_static_metacall(this, _c, _id, _a);
93 0 : _id -= 3;
94 : }
95 0 : return _id;
96 0 : }
97 : QT_END_MOC_NAMESPACE
|