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

« back to all changes in this revision

Viewing changes to build/configure-printer/moc_PrinterPage.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-21 12:30:49 UTC
  • mto: (1.3.2)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20120821123049-c8uky0a9gmfkck87
Tags: upstream-0.1.0+git20120821
ImportĀ upstreamĀ versionĀ 0.1.0+git20120821

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'PrinterPage.h'
 
3
**
 
4
** Created: Wed Aug 15 18:06:20 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 "../../configure-printer/PrinterPage.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'PrinterPage.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_PrinterPage[] = {
 
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
       1,       // signalCount
 
32
 
 
33
 // signals: signature, parameters, type, tag, flags
 
34
      24,   13,   12,   12, 0x05,
 
35
 
 
36
       0        // eod
 
37
};
 
38
 
 
39
static const char qt_meta_stringdata_PrinterPage[] = {
 
40
    "PrinterPage\0\0hasChanges\0changed(bool)\0"
 
41
};
 
42
 
 
43
void PrinterPage::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
        PrinterPage *_t = static_cast<PrinterPage *>(_o);
 
48
        switch (_id) {
 
49
        case 0: _t->changed((*reinterpret_cast< bool(*)>(_a[1]))); break;
 
50
        default: ;
 
51
        }
 
52
    }
 
53
}
 
54
 
 
55
const QMetaObjectExtraData PrinterPage::staticMetaObjectExtraData = {
 
56
    0,  qt_static_metacall 
 
57
};
 
58
 
 
59
const QMetaObject PrinterPage::staticMetaObject = {
 
60
    { &QWidget::staticMetaObject, qt_meta_stringdata_PrinterPage,
 
61
      qt_meta_data_PrinterPage, &staticMetaObjectExtraData }
 
62
};
 
63
 
 
64
#ifdef Q_NO_DATA_RELOCATION
 
65
const QMetaObject &PrinterPage::getStaticMetaObject() { return staticMetaObject; }
 
66
#endif //Q_NO_DATA_RELOCATION
 
67
 
 
68
const QMetaObject *PrinterPage::metaObject() const
 
69
{
 
70
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
 
71
}
 
72
 
 
73
void *PrinterPage::qt_metacast(const char *_clname)
 
74
{
 
75
    if (!_clname) return 0;
 
76
    if (!strcmp(_clname, qt_meta_stringdata_PrinterPage))
 
77
        return static_cast<void*>(const_cast< PrinterPage*>(this));
 
78
    return QWidget::qt_metacast(_clname);
 
79
}
 
80
 
 
81
int PrinterPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
82
{
 
83
    _id = QWidget::qt_metacall(_c, _id, _a);
 
84
    if (_id < 0)
 
85
        return _id;
 
86
    if (_c == QMetaObject::InvokeMetaMethod) {
 
87
        if (_id < 1)
 
88
            qt_static_metacall(this, _c, _id, _a);
 
89
        _id -= 1;
 
90
    }
 
91
    return _id;
 
92
}
 
93
 
 
94
// SIGNAL 0
 
95
void PrinterPage::changed(bool _t1)
 
96
{
 
97
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
 
98
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
 
99
}
 
100
QT_END_MOC_NAMESPACE