Initial Commit.
[onlineservices] / moc_googleuploaddialog.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'googleuploaddialog.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 "googleuploaddialog.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'googleuploaddialog.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_googleUploadDialog[] = {
21
22  // content:
23        4,       // 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       41,   20,   19,   19, 0x08,
35       75,   19,   19,   19, 0x08,
36       92,   19,   19,   19, 0x08,
37      118,   19,   19,   19, 0x08,
38
39        0        // eod
40 };
41
42 static const char qt_meta_stringdata_googleUploadDialog[] = {
43     "googleUploadDialog\0\0bytesSent,bytesTotal\0"
44     "uploadProgressSlot(qint64,qint64)\0"
45     "showFileDialog()\0uploadButtonClickedSlot()\0"
46     "uploadDoneSlot(bool)\0"
47 };
48
49 const QMetaObject googleUploadDialog::staticMetaObject = {
50     { &QDialog::staticMetaObject, qt_meta_stringdata_googleUploadDialog,
51       qt_meta_data_googleUploadDialog, 0 }
52 };
53
54 #ifdef Q_NO_DATA_RELOCATION
55 const QMetaObject &googleUploadDialog::getStaticMetaObject() { return staticMetaObject; }
56 #endif //Q_NO_DATA_RELOCATION
57
58 const QMetaObject *googleUploadDialog::metaObject() const
59 {
60     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
61 }
62
63 void *googleUploadDialog::qt_metacast(const char *_clname)
64 {
65     if (!_clname) return 0;
66     if (!strcmp(_clname, qt_meta_stringdata_googleUploadDialog))
67         return static_cast<void*>(const_cast< googleUploadDialog*>(this));
68     return QDialog::qt_metacast(_clname);
69 }
70
71 int googleUploadDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
72 {
73     _id = QDialog::qt_metacall(_c, _id, _a);
74     if (_id < 0)
75         return _id;
76     if (_c == QMetaObject::InvokeMetaMethod) {
77         switch (_id) {
78         case 0: uploadProgressSlot((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
79         case 1: showFileDialog(); break;
80         case 2: uploadButtonClickedSlot(); break;
81         case 3: uploadDoneSlot((*reinterpret_cast< bool(*)>(_a[1]))); break;
82         default: ;
83         }
84         _id -= 4;
85     }
86     return _id;
87 }
88 QT_END_MOC_NAMESPACE