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

« back to all changes in this revision

Viewing changes to build/printers-dataengine/moc_PrintersServiceJob.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 'PrintersServiceJob.h'
3
 
**
4
 
** Created: Wed Aug 15 18:07:22 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 "../../printers-dataengine/PrintersServiceJob.h"
11
 
#if !defined(Q_MOC_OUTPUT_REVISION)
12
 
#error "The header file 'PrintersServiceJob.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_PrintersServiceJob[] = {
21
 
 
22
 
 // content:
23
 
       6,       // revision
24
 
       0,       // classname
25
 
       0,    0, // classinfo
26
 
       1,   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
 
      20,   19,   19,   19, 0x08,
35
 
 
36
 
       0        // eod
37
 
};
38
 
 
39
 
static const char qt_meta_stringdata_PrintersServiceJob[] = {
40
 
    "PrintersServiceJob\0\0jobFinished()\0"
41
 
};
42
 
 
43
 
void PrintersServiceJob::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
44
 
{
45
 
    if (_c == QMetaObject::InvokeMetaMethod) {
46
 
        Q_ASSERT(staticMetaObject.cast(_o));
47
 
        PrintersServiceJob *_t = static_cast<PrintersServiceJob *>(_o);
48
 
        switch (_id) {
49
 
        case 0: _t->jobFinished(); break;
50
 
        default: ;
51
 
        }
52
 
    }
53
 
    Q_UNUSED(_a);
54
 
}
55
 
 
56
 
const QMetaObjectExtraData PrintersServiceJob::staticMetaObjectExtraData = {
57
 
    0,  qt_static_metacall 
58
 
};
59
 
 
60
 
const QMetaObject PrintersServiceJob::staticMetaObject = {
61
 
    { &Plasma::ServiceJob::staticMetaObject, qt_meta_stringdata_PrintersServiceJob,
62
 
      qt_meta_data_PrintersServiceJob, &staticMetaObjectExtraData }
63
 
};
64
 
 
65
 
#ifdef Q_NO_DATA_RELOCATION
66
 
const QMetaObject &PrintersServiceJob::getStaticMetaObject() { return staticMetaObject; }
67
 
#endif //Q_NO_DATA_RELOCATION
68
 
 
69
 
const QMetaObject *PrintersServiceJob::metaObject() const
70
 
{
71
 
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
72
 
}
73
 
 
74
 
void *PrintersServiceJob::qt_metacast(const char *_clname)
75
 
{
76
 
    if (!_clname) return 0;
77
 
    if (!strcmp(_clname, qt_meta_stringdata_PrintersServiceJob))
78
 
        return static_cast<void*>(const_cast< PrintersServiceJob*>(this));
79
 
    typedef Plasma::ServiceJob QMocSuperClass;
80
 
    return QMocSuperClass::qt_metacast(_clname);
81
 
}
82
 
 
83
 
int PrintersServiceJob::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
84
 
{
85
 
    typedef Plasma::ServiceJob QMocSuperClass;
86
 
    _id = QMocSuperClass::qt_metacall(_c, _id, _a);
87
 
    if (_id < 0)
88
 
        return _id;
89
 
    if (_c == QMetaObject::InvokeMetaMethod) {
90
 
        if (_id < 1)
91
 
            qt_static_metacall(this, _c, _id, _a);
92
 
        _id -= 1;
93
 
    }
94
 
    return _id;
95
 
}
96
 
QT_END_MOC_NAMESPACE