X-Git-Url: https://git.defcon.no/?a=blobdiff_plain;f=tools%2Fjstt%2Fmoc_jstt.cpp;h=32463ef164add8370e927fae22273fbe7740c08d;hb=HEAD;hp=7c1fb2fe8723eefd1c6159cf1cdccaa916c224e8;hpb=172c0e2289746bbaac25b4997ec8b93c5ca6e5b8;p=rctxduino diff --git a/tools/jstt/moc_jstt.cpp b/tools/jstt/moc_jstt.cpp index 7c1fb2f..32463ef 100644 --- a/tools/jstt/moc_jstt.cpp +++ b/tools/jstt/moc_jstt.cpp @@ -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 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,18 +23,28 @@ static const uint qt_meta_data_jstt[] = { 4, // revision 0, // classname 0, 0, // classinfo - 0, 0, // methods + 5, 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, + 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" + "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 = { @@ -64,6 +74,17 @@ 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; + case 1: on_actionQuit_triggered(); break; + case 2: on_actionHelp_triggered(); break; + case 3: on_actionAbout_triggered(); break; + case 4: processJs(); break; + default: ; + } + _id -= 5; + } return _id; } QT_END_MOC_NAMESPACE