5f5a3b6bd97759ac745425687a73ed17043adcd5
[marketstoday] / builddir / src / cpp / .mocs / moc_logutility.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'logutility.h'
3 **
4 ** Created: Sun May 15 21:44:40 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 "../../../../src/cpp/logutility.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'logutility.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_LogUtility[] = {
21
22  // content:
23        5,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        1,   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       23,   12,   11,   11, 0x0a,
35
36        0        // eod
37 };
38
39 static const char qt_meta_stringdata_LogUtility[] = {
40     "LogUtility\0\0strMessage\0logMessage(QString)\0"
41 };
42
43 const QMetaObject LogUtility::staticMetaObject = {
44     { &QObject::staticMetaObject, qt_meta_stringdata_LogUtility,
45       qt_meta_data_LogUtility, 0 }
46 };
47
48 #ifdef Q_NO_DATA_RELOCATION
49 const QMetaObject &LogUtility::getStaticMetaObject() { return staticMetaObject; }
50 #endif //Q_NO_DATA_RELOCATION
51
52 const QMetaObject *LogUtility::metaObject() const
53 {
54     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
55 }
56
57 void *LogUtility::qt_metacast(const char *_clname)
58 {
59     if (!_clname) return 0;
60     if (!strcmp(_clname, qt_meta_stringdata_LogUtility))
61         return static_cast<void*>(const_cast< LogUtility*>(this));
62     return QObject::qt_metacast(_clname);
63 }
64
65 int LogUtility::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
66 {
67     _id = QObject::qt_metacall(_c, _id, _a);
68     if (_id < 0)
69         return _id;
70     if (_c == QMetaObject::InvokeMetaMethod) {
71         switch (_id) {
72         case 0: logMessage((*reinterpret_cast< QString(*)>(_a[1]))); break;
73         default: ;
74         }
75         _id -= 1;
76     }
77     return _id;
78 }
79 QT_END_MOC_NAMESPACE