Initial Commit.
[onlineservices] / moc_loginwindow.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'loginwindow.h'
3 **
4 ** Created: Wed Jul 14 11:34:00 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 "loginwindow.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'loginwindow.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_LoginWindow[] = {
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       13,   12,   12,   12, 0x08,
35       34,   28,   12,   12, 0x08,
36       63,   55,   12,   12, 0x08,
37       95,   83,   12,   12, 0x08,
38
39        0        // eod
40 };
41
42 static const char qt_meta_stringdata_LoginWindow[] = {
43     "LoginWindow\0\0loginService()\0index\0"
44     "serviceSelected(int)\0success\0"
45     "authenticated(bool)\0loginStatus\0"
46     "slideShareLoginDoneSlot(bool)\0"
47 };
48
49 const QMetaObject LoginWindow::staticMetaObject = {
50     { &QDialog::staticMetaObject, qt_meta_stringdata_LoginWindow,
51       qt_meta_data_LoginWindow, 0 }
52 };
53
54 #ifdef Q_NO_DATA_RELOCATION
55 const QMetaObject &LoginWindow::getStaticMetaObject() { return staticMetaObject; }
56 #endif //Q_NO_DATA_RELOCATION
57
58 const QMetaObject *LoginWindow::metaObject() const
59 {
60     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
61 }
62
63 void *LoginWindow::qt_metacast(const char *_clname)
64 {
65     if (!_clname) return 0;
66     if (!strcmp(_clname, qt_meta_stringdata_LoginWindow))
67         return static_cast<void*>(const_cast< LoginWindow*>(this));
68     return QDialog::qt_metacast(_clname);
69 }
70
71 int LoginWindow::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: loginService(); break;
79         case 1: serviceSelected((*reinterpret_cast< int(*)>(_a[1]))); break;
80         case 2: authenticated((*reinterpret_cast< bool(*)>(_a[1]))); break;
81         case 3: slideShareLoginDoneSlot((*reinterpret_cast< bool(*)>(_a[1]))); break;
82         default: ;
83         }
84         _id -= 4;
85     }
86     return _id;
87 }
88 QT_END_MOC_NAMESPACE