Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'bitcoinunits.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include "qt/bitcoinunits.h"
9 : #if !defined(Q_MOC_OUTPUT_REVISION)
10 : #error "The header file 'bitcoinunits.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_BitcoinUnits[] = {
19 :
20 : // content:
21 : 6, // revision
22 : 0, // classname
23 : 0, 0, // classinfo
24 : 0, 0, // methods
25 : 0, 0, // properties
26 : 0, 0, // enums/sets
27 : 0, 0, // constructors
28 : 0, // flags
29 : 0, // signalCount
30 :
31 : 0 // eod
32 : };
33 :
34 : static const char qt_meta_stringdata_BitcoinUnits[] = {
35 : "BitcoinUnits\0"
36 : };
37 :
38 0 : void BitcoinUnits::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
39 : {
40 : Q_UNUSED(_o);
41 : Q_UNUSED(_id);
42 : Q_UNUSED(_c);
43 : Q_UNUSED(_a);
44 0 : }
45 :
46 : const QMetaObjectExtraData BitcoinUnits::staticMetaObjectExtraData = {
47 : 0, qt_static_metacall
48 : };
49 :
50 : const QMetaObject BitcoinUnits::staticMetaObject = {
51 : { &QAbstractListModel::staticMetaObject, qt_meta_stringdata_BitcoinUnits,
52 : qt_meta_data_BitcoinUnits, &staticMetaObjectExtraData }
53 : };
54 :
55 : #ifdef Q_NO_DATA_RELOCATION
56 : const QMetaObject &BitcoinUnits::getStaticMetaObject() { return staticMetaObject; }
57 : #endif //Q_NO_DATA_RELOCATION
58 :
59 0 : const QMetaObject *BitcoinUnits::metaObject() const
60 : {
61 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
62 : }
63 :
64 0 : void *BitcoinUnits::qt_metacast(const char *_clname)
65 : {
66 0 : if (!_clname) return 0;
67 0 : if (!strcmp(_clname, qt_meta_stringdata_BitcoinUnits))
68 : return static_cast<void*>(const_cast< BitcoinUnits*>(this));
69 0 : return QAbstractListModel::qt_metacast(_clname);
70 : }
71 :
72 0 : int BitcoinUnits::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
73 : {
74 0 : _id = QAbstractListModel::qt_metacall(_c, _id, _a);
75 : if (_id < 0)
76 : return _id;
77 : return _id;
78 : }
79 : QT_END_MOC_NAMESPACE
|