]> git.defcon.no Git - rctxduino/blobdiff - tools/jstt/moc_jstt.cpp
Added some code for the controllers testing tool. The code is still not functional.
[rctxduino] / tools / jstt / moc_jstt.cpp
index 7c1fb2fe8723eefd1c6159cf1cdccaa916c224e8..eff15f47622a70ce6226fa1a67eeedf714b67d28 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Meta object code from reading C++ file 'jstt.h'
 **
-** Created: Mon Sep 5 22:51:54 2011
+** Created: Sat Sep 10 02:03:53 2011
 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
 **
 ** WARNING! All changes made in this file will be lost!
@@ -23,18 +23,21 @@ static const uint qt_meta_data_jstt[] = {
        4,       // revision
        0,       // classname
        0,    0, // classinfo
-       0,    0, // methods
+       1,   14, // methods
        0,    0, // properties
        0,    0, // enums/sets
        0,    0, // constructors
        0,       // flags
        0,       // signalCount
 
+ // slots: signature, parameters, type, tag, flags
+      12,    6,    5,    5, 0x08,
+
        0        // eod
 };
 
 static const char qt_meta_stringdata_jstt[] = {
-    "jstt\0"
+    "jstt\0\0index\0on_Joysticks_currentIndexChanged(int)\0"
 };
 
 const QMetaObject jstt::staticMetaObject = {
@@ -64,6 +67,13 @@ int jstt::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     _id = QMainWindow::qt_metacall(_c, _id, _a);
     if (_id < 0)
         return _id;
+    if (_c == QMetaObject::InvokeMetaMethod) {
+        switch (_id) {
+        case 0: on_Joysticks_currentIndexChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
+        default: ;
+        }
+        _id -= 1;
+    }
     return _id;
 }
 QT_END_MOC_NAMESPACE