9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'optionsmodel.h' doesn't include <QObject>." 13 #elif Q_MOC_OUTPUT_REVISION != 67 14 #error "This file was generated using the moc from 5.6.1. It" 15 #error "cannot be used with the include files from this version of Qt." 16 #error "(The moc has changed too much.)" 19 QT_BEGIN_MOC_NAMESPACE
24 #define QT_MOC_LITERAL(idx, ofs, len) \ 25 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 26 qptrdiff(offsetof(qt_meta_stringdata_OptionsModel_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 39 "OptionsModel\0displayUnitChanged\0\0unit\0" 40 "coinControlFeaturesChanged\0" 64 QMetaType::Void, QMetaType::Int, 3,
65 QMetaType::Void, QMetaType::Bool, 2,
66 QMetaType::Void, QMetaType::Bool, 2,
71 void OptionsModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
73 if (_c == QMetaObject::InvokeMetaMethod) {
82 }
else if (_c == QMetaObject::IndexOfMethod) {
83 int *result =
reinterpret_cast<int *
>(_a[0]);
84 void **func =
reinterpret_cast<void **
>(_a[1]);
109 const QMetaObject OptionsModel::staticMetaObject = {
110 { &QAbstractListModel::staticMetaObject, qt_meta_stringdata_OptionsModel.
data,
115 const QMetaObject *OptionsModel::metaObject()
const 117 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
120 void *OptionsModel::qt_metacast(
const char *_clname)
122 if (!_clname)
return Q_NULLPTR;
123 if (!strcmp(_clname, qt_meta_stringdata_OptionsModel.
stringdata0))
124 return static_cast<void*
>(
const_cast< OptionsModel*
>(
this));
125 return QAbstractListModel::qt_metacast(_clname);
128 int OptionsModel::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
130 _id = QAbstractListModel::qt_metacall(_c, _id, _a);
133 if (_c == QMetaObject::InvokeMetaMethod) {
135 qt_static_metacall(
this, _c, _id, _a);
137 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
139 *
reinterpret_cast<int*
>(_a[0]) = -1;
148 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
149 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
155 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
156 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
162 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
163 QMetaObject::activate(
this, &staticMetaObject, 2, _a);
void hideTrayIconChanged(bool)
static const qt_meta_stringdata_OptionsModel_t qt_meta_stringdata_OptionsModel
void coinControlFeaturesChanged(bool)
#define QT_MOC_LITERAL(idx, ofs, len)
void displayUnitChanged(int unit)
Interface from Qt to configuration data structure for Bitcoin client.
static const uint qt_meta_data_OptionsModel[]