]> git.defcon.no Git - rctxduino/blobdiff - tools/jstt/moc_jstt.cpp
The code is now functional for the 4 first channels, also applied some simple pulldow...
[rctxduino] / tools / jstt / moc_jstt.cpp
index eff15f47622a70ce6226fa1a67eeedf714b67d28..32463ef164add8370e927fae22273fbe7740c08d 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Meta object code from reading C++ file 'jstt.h'
 **
-** Created: Sat Sep 10 02:03:53 2011
+** Created: Sat Sep 10 15:41:52 2011
 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
 **
 ** WARNING! All changes made in this file will be lost!
@@ -23,7 +23,7 @@ static const uint qt_meta_data_jstt[] = {
        4,       // revision
        0,       // classname
        0,    0, // classinfo
-       1,   14, // methods
+       5,   14, // methods
        0,    0, // properties
        0,    0, // enums/sets
        0,    0, // constructors
@@ -32,12 +32,19 @@ static const uint qt_meta_data_jstt[] = {
 
  // slots: signature, parameters, type, tag, flags
       12,    6,    5,    5, 0x08,
+      50,    5,    5,    5, 0x08,
+      76,    5,    5,    5, 0x08,
+     102,    5,    5,    5, 0x08,
+     129,    5,    5,    5, 0x08,
 
        0        // eod
 };
 
 static const char qt_meta_stringdata_jstt[] = {
     "jstt\0\0index\0on_Joysticks_currentIndexChanged(int)\0"
+    "on_actionQuit_triggered()\0"
+    "on_actionHelp_triggered()\0"
+    "on_actionAbout_triggered()\0processJs()\0"
 };
 
 const QMetaObject jstt::staticMetaObject = {
@@ -70,9 +77,13 @@ int jstt::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     if (_c == QMetaObject::InvokeMetaMethod) {
         switch (_id) {
         case 0: on_Joysticks_currentIndexChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
+        case 1: on_actionQuit_triggered(); break;
+        case 2: on_actionHelp_triggered(); break;
+        case 3: on_actionAbout_triggered(); break;
+        case 4: processJs(); break;
         default: ;
         }
-        _id -= 1;
+        _id -= 5;
     }
     return _id;
 }