9670bb0094c35b239f26bb941594fa6c69bc1039
[wpcreator] / src / debug / moc_progressdialog.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'progressdialog.h'
3 **
4 ** Created: Wed Nov 4 15:41:18 2009
5 **      by: The Qt Meta Object Compiler version 61 (Qt 4.5.0)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "../progressdialog.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'progressdialog.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 61
14 #error "This file was generated using the moc from 4.5.0. 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_ProgressDialog[] = {
21
22  // content:
23        2,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        2,   12, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30
31  // slots: signature, parameters, type, tag, flags
32       16,   15,   15,   15, 0x0a,
33       46,   15,   15,   15, 0x0a,
34
35        0        // eod
36 };
37
38 static const char qt_meta_stringdata_ProgressDialog[] = {
39     "ProgressDialog\0\0updateInstallationStatus(int)\0"
40     "installationFinished()\0"
41 };
42
43 const QMetaObject ProgressDialog::staticMetaObject = {
44     { &QDialog::staticMetaObject, qt_meta_stringdata_ProgressDialog,
45       qt_meta_data_ProgressDialog, 0 }
46 };
47
48 const QMetaObject *ProgressDialog::metaObject() const
49 {
50     return &staticMetaObject;
51 }
52
53 void *ProgressDialog::qt_metacast(const char *_clname)
54 {
55     if (!_clname) return 0;
56     if (!strcmp(_clname, qt_meta_stringdata_ProgressDialog))
57         return static_cast<void*>(const_cast< ProgressDialog*>(this));
58     return QDialog::qt_metacast(_clname);
59 }
60
61 int ProgressDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
62 {
63     _id = QDialog::qt_metacall(_c, _id, _a);
64     if (_id < 0)
65         return _id;
66     if (_c == QMetaObject::InvokeMetaMethod) {
67         switch (_id) {
68         case 0: updateInstallationStatus((*reinterpret_cast< int(*)>(_a[1]))); break;
69         case 1: installationFinished(); break;
70         default: ;
71         }
72         _id -= 2;
73     }
74     return _id;
75 }
76 QT_END_MOC_NAMESPACE