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