Initial Commit.
[onlineservices] / moc_googlelistdialog.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'googlelistdialog.h'
3 **
4 ** Created: Wed Jul 14 10:32:42 2010
5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "googlelistdialog.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'googlelistdialog.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.6.3. 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_googleListDialog[] = {
21
22  // content:
23        4,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        6,   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       18,   17,   17,   17, 0x08,
35       46,   17,   17,   17, 0x08,
36       72,   17,   17,   17, 0x08,
37       87,   17,   17,   17, 0x08,
38      112,  110,   17,   17, 0x08,
39      145,   17,   17,   17, 0x08,
40
41        0        // eod
42 };
43
44 static const char qt_meta_stringdata_googleListDialog[] = {
45     "googleListDialog\0\0downloadButtonClickedSlot()\0"
46     "uploadButtonClickedSlot()\0fillList(bool)\0"
47     "downloadDoneSlot(bool)\0,\0"
48     "updateProgressBar(qint64,qint64)\0"
49     "refreshList()\0"
50 };
51
52 const QMetaObject googleListDialog::staticMetaObject = {
53     { &QDialog::staticMetaObject, qt_meta_stringdata_googleListDialog,
54       qt_meta_data_googleListDialog, 0 }
55 };
56
57 #ifdef Q_NO_DATA_RELOCATION
58 const QMetaObject &googleListDialog::getStaticMetaObject() { return staticMetaObject; }
59 #endif //Q_NO_DATA_RELOCATION
60
61 const QMetaObject *googleListDialog::metaObject() const
62 {
63     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
64 }
65
66 void *googleListDialog::qt_metacast(const char *_clname)
67 {
68     if (!_clname) return 0;
69     if (!strcmp(_clname, qt_meta_stringdata_googleListDialog))
70         return static_cast<void*>(const_cast< googleListDialog*>(this));
71     return QDialog::qt_metacast(_clname);
72 }
73
74 int googleListDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
75 {
76     _id = QDialog::qt_metacall(_c, _id, _a);
77     if (_id < 0)
78         return _id;
79     if (_c == QMetaObject::InvokeMetaMethod) {
80         switch (_id) {
81         case 0: downloadButtonClickedSlot(); break;
82         case 1: uploadButtonClickedSlot(); break;
83         case 2: fillList((*reinterpret_cast< bool(*)>(_a[1]))); break;
84         case 3: downloadDoneSlot((*reinterpret_cast< bool(*)>(_a[1]))); break;
85         case 4: updateProgressBar((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
86         case 5: refreshList(); break;
87         default: ;
88         }
89         _id -= 6;
90     }
91     return _id;
92 }
93 QT_END_MOC_NAMESPACE