Version 0.2
[marketstoday] / src / cpp / .mocs / moc_connectionutility.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'connectionutility.h'
3 **
4 ** Created: Fri Jul 8 20:09:18 2011
5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.7.0)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "../connectionutility.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'connectionutility.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.7.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_ConnectionUtility[] = {
21
22  // content:
23        5,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        3,   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       19,   18,   18,   18, 0x05,
35
36  // slots: signature, parameters, type, tag, flags
37       42,   18,   18,   18, 0x0a,
38       66,   18,   18,   18, 0x0a,
39
40        0        // eod
41 };
42
43 static const char qt_meta_stringdata_ConnectionUtility[] = {
44     "ConnectionUtility\0\0connectionsAvailable()\0"
45     "checkConnectionStatus()\0connectionListUpdated()\0"
46 };
47
48 const QMetaObject ConnectionUtility::staticMetaObject = {
49     { &QObject::staticMetaObject, qt_meta_stringdata_ConnectionUtility,
50       qt_meta_data_ConnectionUtility, 0 }
51 };
52
53 #ifdef Q_NO_DATA_RELOCATION
54 const QMetaObject &ConnectionUtility::getStaticMetaObject() { return staticMetaObject; }
55 #endif //Q_NO_DATA_RELOCATION
56
57 const QMetaObject *ConnectionUtility::metaObject() const
58 {
59     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
60 }
61
62 void *ConnectionUtility::qt_metacast(const char *_clname)
63 {
64     if (!_clname) return 0;
65     if (!strcmp(_clname, qt_meta_stringdata_ConnectionUtility))
66         return static_cast<void*>(const_cast< ConnectionUtility*>(this));
67     return QObject::qt_metacast(_clname);
68 }
69
70 int ConnectionUtility::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
71 {
72     _id = QObject::qt_metacall(_c, _id, _a);
73     if (_id < 0)
74         return _id;
75     if (_c == QMetaObject::InvokeMetaMethod) {
76         switch (_id) {
77         case 0: connectionsAvailable(); break;
78         case 1: checkConnectionStatus(); break;
79         case 2: connectionListUpdated(); break;
80         default: ;
81         }
82         _id -= 3;
83     }
84     return _id;
85 }
86
87 // SIGNAL 0
88 void ConnectionUtility::connectionsAvailable()
89 {
90     QMetaObject::activate(this, &staticMetaObject, 0, 0);
91 }
92 QT_END_MOC_NAMESPACE