9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'addresstablemodel.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.)"
17 QT_BEGIN_MOC_NAMESPACE
38 "AddressTableModel\0\0"
39 "address,label,isMine,purpose,status\0"
40 "updateEntry(QString,QString,bool,QString,int)\0"
43 void AddressTableModel::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
45 if (_c == QMetaObject::InvokeMetaMethod) {
46 Q_ASSERT(staticMetaObject.cast(_o));
49 case 0: _t->
updateEntry((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< bool(*)
>(_a[3])),(*
reinterpret_cast< const QString(*)
>(_a[4])),(*
reinterpret_cast< int(*)
>(_a[5])));
break;
55 const QMetaObjectExtraData AddressTableModel::staticMetaObjectExtraData = {
59 const QMetaObject AddressTableModel::staticMetaObject = {
64 #ifdef Q_NO_DATA_RELOCATION
65 const QMetaObject &AddressTableModel::getStaticMetaObject() {
return staticMetaObject; }
66 #endif //Q_NO_DATA_RELOCATION
68 const QMetaObject *AddressTableModel::metaObject()
const
70 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
73 void *AddressTableModel::qt_metacast(
const char *_clname)
75 if (!_clname)
return 0;
78 return QAbstractTableModel::qt_metacast(_clname);
81 int AddressTableModel::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
83 _id = QAbstractTableModel::qt_metacall(_c, _id, _a);
86 if (_c == QMetaObject::InvokeMetaMethod) {
88 qt_static_metacall(
this, _c, _id, _a);
static const char qt_meta_stringdata_AddressTableModel[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_AddressTableModel[]
Qt model of the address book in the core.
void updateEntry(const QString &address, const QString &label, bool isMine, const QString &purpose, int status)