| /**************************************************************************** |
| ** Meta object code from reading C++ file 'externalsshclient.h' |
| ** |
| ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.10.1) |
| ** |
| ** WARNING! All changes made in this file will be lost! |
| *****************************************************************************/ |
| |
| #include "externalsshclient.h" |
| #include <QtCore/qbytearray.h> |
| #include <QtCore/qmetatype.h> |
| #if !defined(Q_MOC_OUTPUT_REVISION) |
| #error "The header file 'externalsshclient.h' doesn't include <QObject>." |
| #elif Q_MOC_OUTPUT_REVISION != 67 |
| #error "This file was generated using the moc from 5.10.1. It" |
| #error "cannot be used with the include files from this version of Qt." |
| #error "(The moc has changed too much.)" |
| #endif |
| |
| QT_BEGIN_MOC_NAMESPACE |
| QT_WARNING_PUSH |
| QT_WARNING_DISABLE_DEPRECATED |
| struct qt_meta_stringdata_ExternalSSHClient_t { |
| QByteArrayData data[8]; |
| char stringdata0[145]; |
| }; |
| #define QT_MOC_LITERAL(idx, ofs, len) \ |
| Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ |
| qptrdiff(offsetof(qt_meta_stringdata_ExternalSSHClient_t, stringdata0) + ofs \ |
| - idx * sizeof(QByteArrayData)) \ |
| ) |
| static const qt_meta_stringdata_ExternalSSHClient_t qt_meta_stringdata_ExternalSSHClient = { |
| { |
| QT_MOC_LITERAL(0, 0, 17), // "ExternalSSHClient" |
| QT_MOC_LITERAL(1, 18, 9), // "reconnect" |
| QT_MOC_LITERAL(2, 28, 0), // "" |
| QT_MOC_LITERAL(3, 29, 25), // "from_process_state_change" |
| QT_MOC_LITERAL(4, 55, 22), // "QProcess::ProcessState" |
| QT_MOC_LITERAL(5, 78, 20), // "from_process_started" |
| QT_MOC_LITERAL(6, 99, 21), // "from_process_finished" |
| QT_MOC_LITERAL(7, 121, 23) // "from_process_ready_read" |
| |
| }, |
| "ExternalSSHClient\0reconnect\0\0" |
| "from_process_state_change\0" |
| "QProcess::ProcessState\0from_process_started\0" |
| "from_process_finished\0from_process_ready_read" |
| }; |
| #undef QT_MOC_LITERAL |
| |
| static const uint qt_meta_data_ExternalSSHClient[] = { |
| |
| // content: |
| 7, // revision |
| 0, // classname |
| 0, 0, // classinfo |
| 5, 14, // methods |
| 0, 0, // properties |
| 0, 0, // enums/sets |
| 0, 0, // constructors |
| 0, // flags |
| 0, // signalCount |
| |
| // slots: name, argc, parameters, tag, flags |
| 1, 0, 39, 2, 0x08 /* Private */, |
| 3, 1, 40, 2, 0x08 /* Private */, |
| 5, 0, 43, 2, 0x08 /* Private */, |
| 6, 1, 44, 2, 0x08 /* Private */, |
| 7, 0, 47, 2, 0x08 /* Private */, |
| |
| // slots: parameters |
| QMetaType::Void, |
| QMetaType::Void, 0x80000000 | 4, 2, |
| QMetaType::Void, |
| QMetaType::Void, QMetaType::Int, 2, |
| QMetaType::Void, |
| |
| 0 // eod |
| }; |
| |
| void ExternalSSHClient::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
| { |
| if (_c == QMetaObject::InvokeMetaMethod) { |
| ExternalSSHClient *_t = static_cast<ExternalSSHClient *>(_o); |
| Q_UNUSED(_t) |
| switch (_id) { |
| case 0: _t->reconnect(); break; |
| case 1: _t->from_process_state_change((*reinterpret_cast< QProcess::ProcessState(*)>(_a[1]))); break; |
| case 2: _t->from_process_started(); break; |
| case 3: _t->from_process_finished((*reinterpret_cast< int(*)>(_a[1]))); break; |
| case 4: _t->from_process_ready_read(); break; |
| default: ; |
| } |
| } |
| } |
| |
| QT_INIT_METAOBJECT const QMetaObject ExternalSSHClient::staticMetaObject = { |
| { &SSHClient::staticMetaObject, qt_meta_stringdata_ExternalSSHClient.data, |
| qt_meta_data_ExternalSSHClient, qt_static_metacall, nullptr, nullptr} |
| }; |
| |
| |
| const QMetaObject *ExternalSSHClient::metaObject() const |
| { |
| return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
| } |
| |
| void *ExternalSSHClient::qt_metacast(const char *_clname) |
| { |
| if (!_clname) return nullptr; |
| if (!strcmp(_clname, qt_meta_stringdata_ExternalSSHClient.stringdata0)) |
| return static_cast<void*>(this); |
| return SSHClient::qt_metacast(_clname); |
| } |
| |
| int ExternalSSHClient::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
| { |
| _id = SSHClient::qt_metacall(_c, _id, _a); |
| if (_id < 0) |
| return _id; |
| if (_c == QMetaObject::InvokeMetaMethod) { |
| if (_id < 5) |
| qt_static_metacall(this, _c, _id, _a); |
| _id -= 5; |
| } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
| if (_id < 5) |
| *reinterpret_cast<int*>(_a[0]) = -1; |
| _id -= 5; |
| } |
| return _id; |
| } |
| QT_WARNING_POP |
| QT_END_MOC_NAMESPACE |