| Line |
Branch |
Exec |
Source |
| 1 |
|
|
/**************************************************************************** |
| 2 |
|
|
** Meta object code from reading C++ file 'omniorbthread.hh' |
| 3 |
|
|
** |
| 4 |
|
|
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.3) |
| 5 |
|
|
** |
| 6 |
|
|
** WARNING! All changes made in this file will be lost! |
| 7 |
|
|
*****************************************************************************/ |
| 8 |
|
|
|
| 9 |
|
|
#include <memory> |
| 10 |
|
|
#include "../../../plugins/omniorbserver/omniorbthread.hh" |
| 11 |
|
|
#include <QtCore/qbytearray.h> |
| 12 |
|
|
#include <QtCore/qmetatype.h> |
| 13 |
|
|
#if !defined(Q_MOC_OUTPUT_REVISION) |
| 14 |
|
|
#error "The header file 'omniorbthread.hh' doesn't include <QObject>." |
| 15 |
|
|
#elif Q_MOC_OUTPUT_REVISION != 67 |
| 16 |
|
|
#error "This file was generated using the moc from 5.15.3. It" |
| 17 |
|
|
#error "cannot be used with the include files from this version of Qt." |
| 18 |
|
|
#error "(The moc has changed too much.)" |
| 19 |
|
|
#endif |
| 20 |
|
|
|
| 21 |
|
|
QT_BEGIN_MOC_NAMESPACE |
| 22 |
|
|
QT_WARNING_PUSH |
| 23 |
|
|
QT_WARNING_DISABLE_DEPRECATED |
| 24 |
|
|
struct qt_meta_stringdata_ViewerServerProcess_t { |
| 25 |
|
|
QByteArrayData data[1]; |
| 26 |
|
|
char stringdata0[20]; |
| 27 |
|
|
}; |
| 28 |
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \ |
| 29 |
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ |
| 30 |
|
|
qptrdiff(offsetof(qt_meta_stringdata_ViewerServerProcess_t, stringdata0) + ofs \ |
| 31 |
|
|
- idx * sizeof(QByteArrayData)) \ |
| 32 |
|
|
) |
| 33 |
|
|
static const qt_meta_stringdata_ViewerServerProcess_t qt_meta_stringdata_ViewerServerProcess = { |
| 34 |
|
|
{ |
| 35 |
|
|
QT_MOC_LITERAL(0, 0, 19) // "ViewerServerProcess" |
| 36 |
|
|
|
| 37 |
|
|
}, |
| 38 |
|
|
"ViewerServerProcess" |
| 39 |
|
|
}; |
| 40 |
|
|
#undef QT_MOC_LITERAL |
| 41 |
|
|
|
| 42 |
|
|
static const uint qt_meta_data_ViewerServerProcess[] = { |
| 43 |
|
|
|
| 44 |
|
|
// content: |
| 45 |
|
|
8, // revision |
| 46 |
|
|
0, // classname |
| 47 |
|
|
0, 0, // classinfo |
| 48 |
|
|
0, 0, // methods |
| 49 |
|
|
0, 0, // properties |
| 50 |
|
|
0, 0, // enums/sets |
| 51 |
|
|
0, 0, // constructors |
| 52 |
|
|
0, // flags |
| 53 |
|
|
0, // signalCount |
| 54 |
|
|
|
| 55 |
|
|
0 // eod |
| 56 |
|
|
}; |
| 57 |
|
|
|
| 58 |
|
✗ |
void ViewerServerProcess::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
| 59 |
|
|
{ |
| 60 |
|
|
(void)_o; |
| 61 |
|
|
(void)_id; |
| 62 |
|
|
(void)_c; |
| 63 |
|
|
(void)_a; |
| 64 |
|
|
} |
| 65 |
|
|
|
| 66 |
|
|
QT_INIT_METAOBJECT const QMetaObject ViewerServerProcess::staticMetaObject = { { |
| 67 |
|
|
QMetaObject::SuperData::link<QThread::staticMetaObject>(), |
| 68 |
|
|
qt_meta_stringdata_ViewerServerProcess.data, |
| 69 |
|
|
qt_meta_data_ViewerServerProcess, |
| 70 |
|
|
qt_static_metacall, |
| 71 |
|
|
nullptr, |
| 72 |
|
|
nullptr |
| 73 |
|
|
} }; |
| 74 |
|
|
|
| 75 |
|
|
|
| 76 |
|
✗ |
const QMetaObject *ViewerServerProcess::metaObject() const |
| 77 |
|
|
{ |
| 78 |
|
✗ |
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
| 79 |
|
|
} |
| 80 |
|
|
|
| 81 |
|
✗ |
void *ViewerServerProcess::qt_metacast(const char *_clname) |
| 82 |
|
|
{ |
| 83 |
|
✗ |
if (!_clname) return nullptr; |
| 84 |
|
✗ |
if (!strcmp(_clname, qt_meta_stringdata_ViewerServerProcess.stringdata0)) |
| 85 |
|
✗ |
return static_cast<void*>(this); |
| 86 |
|
✗ |
return QThread::qt_metacast(_clname); |
| 87 |
|
|
} |
| 88 |
|
|
|
| 89 |
|
✗ |
int ViewerServerProcess::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
| 90 |
|
|
{ |
| 91 |
|
✗ |
_id = QThread::qt_metacall(_c, _id, _a); |
| 92 |
|
✗ |
return _id; |
| 93 |
|
|
} |
| 94 |
|
|
QT_WARNING_POP |
| 95 |
|
|
QT_END_MOC_NAMESPACE |
| 96 |
|
|
|