Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

build open-axiom

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