9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'sendmpdialog.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
37 126, 13, 13, 13, 0x0a,
38 147, 13, 13, 13, 0x0a,
39 167, 13, 13, 13, 0x0a,
45 "SendMPDialog\0\0title,message,style\0"
46 "message(QString,QString,uint)\0idx\0"
47 "propertyComboBoxChanged(int)\0"
48 "sendFromComboBoxChanged(int)\0"
49 "clearButtonClicked()\0sendButtonClicked()\0"
53 void SendMPDialog::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
55 if (_c == QMetaObject::InvokeMetaMethod) {
56 Q_ASSERT(staticMetaObject.cast(_o));
59 case 0: _t->
message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
60 case 1: _t->propertyComboBoxChanged((*
reinterpret_cast< int(*)
>(_a[1])));
break;
61 case 2: _t->sendFromComboBoxChanged((*
reinterpret_cast< int(*)
>(_a[1])));
break;
62 case 3: _t->clearButtonClicked();
break;
63 case 4: _t->sendButtonClicked();
break;
64 case 5: _t->balancesUpdated();
break;
70 const QMetaObjectExtraData SendMPDialog::staticMetaObjectExtraData = {
74 const QMetaObject SendMPDialog::staticMetaObject = {
79 #ifdef Q_NO_DATA_RELOCATION
80 const QMetaObject &SendMPDialog::getStaticMetaObject() {
return staticMetaObject; }
81 #endif //Q_NO_DATA_RELOCATION
83 const QMetaObject *SendMPDialog::metaObject()
const
85 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
88 void *SendMPDialog::qt_metacast(
const char *_clname)
90 if (!_clname)
return 0;
92 return static_cast<void*
>(
const_cast< SendMPDialog*
>(
this));
93 return QDialog::qt_metacast(_clname);
96 int SendMPDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
98 _id = QDialog::qt_metacall(_c, _id, _a);
101 if (_c == QMetaObject::InvokeMetaMethod) {
103 qt_static_metacall(
this, _c, _id, _a);
112 void *_a[] = { 0,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)),
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t2)),
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t3)) };
113 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
static const char qt_meta_stringdata_SendMPDialog[]
Dialog for sending Master Protocol tokens.
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_SendMPDialog[]
void message(const QString &title, const QString &message, unsigned int style)