]> git.defcon.no Git - rctxduino/blob - tools/jstt/moc_jstt.cpp
7c1fb2fe8723eefd1c6159cf1cdccaa916c224e8
[rctxduino] / tools / jstt / moc_jstt.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'jstt.h'
3 **
4 ** Created: Mon Sep 5 22:51:54 2011
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 "jstt.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'jstt.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_jstt[] = {
21
22 // content:
23 4, // revision
24 0, // classname
25 0, 0, // classinfo
26 0, 0, // methods
27 0, 0, // properties
28 0, 0, // enums/sets
29 0, 0, // constructors
30 0, // flags
31 0, // signalCount
32
33 0 // eod
34 };
35
36 static const char qt_meta_stringdata_jstt[] = {
37 "jstt\0"
38 };
39
40 const QMetaObject jstt::staticMetaObject = {
41 { &QMainWindow::staticMetaObject, qt_meta_stringdata_jstt,
42 qt_meta_data_jstt, 0 }
43 };
44
45 #ifdef Q_NO_DATA_RELOCATION
46 const QMetaObject &jstt::getStaticMetaObject() { return staticMetaObject; }
47 #endif //Q_NO_DATA_RELOCATION
48
49 const QMetaObject *jstt::metaObject() const
50 {
51 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
52 }
53
54 void *jstt::qt_metacast(const char *_clname)
55 {
56 if (!_clname) return 0;
57 if (!strcmp(_clname, qt_meta_stringdata_jstt))
58 return static_cast<void*>(const_cast< jstt*>(this));
59 return QMainWindow::qt_metacast(_clname);
60 }
61
62 int jstt::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
63 {
64 _id = QMainWindow::qt_metacall(_c, _id, _a);
65 if (_id < 0)
66 return _id;
67 return _id;
68 }
69 QT_END_MOC_NAMESPACE