~ubuntu-branches/ubuntu/saucy/print-manager/saucy-proposed

« back to all changes in this revision

Viewing changes to build/libkcups/moc_KCupsPasswordDialog.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-23 15:47:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120823154714-2kfgr4ml10d3bvwk
Tags: 0.2.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Meta object code from reading C++ file 'KCupsPasswordDialog.h'
3
 
**
4
 
** Created: Wed Aug 15 18:06:05 2012
5
 
**      by: The Qt Meta Object Compiler version 63 (Qt 4.8.2)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
*****************************************************************************/
9
 
 
10
 
#include "../../libkcups/KCupsPasswordDialog.h"
11
 
#if !defined(Q_MOC_OUTPUT_REVISION)
12
 
#error "The header file 'KCupsPasswordDialog.h' doesn't include <QObject>."
13
 
#elif Q_MOC_OUTPUT_REVISION != 63
14
 
#error "This file was generated using the moc from 4.8.2. It"
15
 
#error "cannot be used with the include files from this version of Qt."
16
 
#error "(The moc has changed too much.)"
17
 
#endif
18
 
 
19
 
QT_BEGIN_MOC_NAMESPACE
20
 
static const uint qt_meta_data_KCupsPasswordDialog[] = {
21
 
 
22
 
 // content:
23
 
       6,       // revision
24
 
       0,       // classname
25
 
       0,    0, // classinfo
26
 
       4,   14, // methods
27
 
       0,    0, // properties
28
 
       0,    0, // enums/sets
29
 
       0,    0, // constructors
30
 
       0,       // flags
31
 
       0,       // signalCount
32
 
 
33
 
 // slots: signature, parameters, type, tag, flags
34
 
      44,   21,   20,   20, 0x0a,
35
 
      68,   20,   63,   20, 0x0a,
36
 
      87,   20,   79,   20, 0x0a,
37
 
      98,   20,   79,   20, 0x0a,
38
 
 
39
 
       0        // eod
40
 
};
41
 
 
42
 
static const char qt_meta_stringdata_KCupsPasswordDialog[] = {
43
 
    "KCupsPasswordDialog\0\0username,wrongPassword\0"
44
 
    "exec(QString,bool)\0bool\0accepted()\0"
45
 
    "QString\0username()\0password()\0"
46
 
};
47
 
 
48
 
void KCupsPasswordDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
49
 
{
50
 
    if (_c == QMetaObject::InvokeMetaMethod) {
51
 
        Q_ASSERT(staticMetaObject.cast(_o));
52
 
        KCupsPasswordDialog *_t = static_cast<KCupsPasswordDialog *>(_o);
53
 
        switch (_id) {
54
 
        case 0: _t->exec((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
55
 
        case 1: { bool _r = _t->accepted();
56
 
            if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; }  break;
57
 
        case 2: { QString _r = _t->username();
58
 
            if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
59
 
        case 3: { QString _r = _t->password();
60
 
            if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
61
 
        default: ;
62
 
        }
63
 
    }
64
 
}
65
 
 
66
 
const QMetaObjectExtraData KCupsPasswordDialog::staticMetaObjectExtraData = {
67
 
    0,  qt_static_metacall 
68
 
};
69
 
 
70
 
const QMetaObject KCupsPasswordDialog::staticMetaObject = {
71
 
    { &QObject::staticMetaObject, qt_meta_stringdata_KCupsPasswordDialog,
72
 
      qt_meta_data_KCupsPasswordDialog, &staticMetaObjectExtraData }
73
 
};
74
 
 
75
 
#ifdef Q_NO_DATA_RELOCATION
76
 
const QMetaObject &KCupsPasswordDialog::getStaticMetaObject() { return staticMetaObject; }
77
 
#endif //Q_NO_DATA_RELOCATION
78
 
 
79
 
const QMetaObject *KCupsPasswordDialog::metaObject() const
80
 
{
81
 
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
82
 
}
83
 
 
84
 
void *KCupsPasswordDialog::qt_metacast(const char *_clname)
85
 
{
86
 
    if (!_clname) return 0;
87
 
    if (!strcmp(_clname, qt_meta_stringdata_KCupsPasswordDialog))
88
 
        return static_cast<void*>(const_cast< KCupsPasswordDialog*>(this));
89
 
    return QObject::qt_metacast(_clname);
90
 
}
91
 
 
92
 
int KCupsPasswordDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
93
 
{
94
 
    _id = QObject::qt_metacall(_c, _id, _a);
95
 
    if (_id < 0)
96
 
        return _id;
97
 
    if (_c == QMetaObject::InvokeMetaMethod) {
98
 
        if (_id < 4)
99
 
            qt_static_metacall(this, _c, _id, _a);
100
 
        _id -= 4;
101
 
    }
102
 
    return _id;
103
 
}
104
 
QT_END_MOC_NAMESPACE