write_mac_qt/build/MacModifier_autogen/UVLADIE3JM/moc_SshClient.cpp
2025-11-17 10:09:11 +08:00

100 lines
2.7 KiB
C++

/****************************************************************************
** Meta object code from reading C++ file 'SshClient.h'
**
** Created by: The Qt Meta Object Compiler version 68 (Qt 6.4.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <memory>
#include "../../../src/SshClient.h"
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'SshClient.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 68
#error "This file was generated using the moc from 6.4.2. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
#ifndef Q_CONSTINIT
#define Q_CONSTINIT
#endif
QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
namespace {
struct qt_meta_stringdata_SshClient_t {
uint offsetsAndSizes[2];
char stringdata0[10];
};
#define QT_MOC_LITERAL(ofs, len) \
uint(sizeof(qt_meta_stringdata_SshClient_t::offsetsAndSizes) + ofs), len
Q_CONSTINIT static const qt_meta_stringdata_SshClient_t qt_meta_stringdata_SshClient = {
{
QT_MOC_LITERAL(0, 9) // "SshClient"
},
"SshClient"
};
#undef QT_MOC_LITERAL
} // unnamed namespace
Q_CONSTINIT static const uint qt_meta_data_SshClient[] = {
// content:
10, // revision
0, // classname
0, 0, // classinfo
0, 0, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
0 // eod
};
Q_CONSTINIT const QMetaObject SshClient::staticMetaObject = { {
QMetaObject::SuperData::link<QObject::staticMetaObject>(),
qt_meta_stringdata_SshClient.offsetsAndSizes,
qt_meta_data_SshClient,
qt_static_metacall,
nullptr,
qt_incomplete_metaTypeArray<qt_meta_stringdata_SshClient_t,
// Q_OBJECT / Q_GADGET
QtPrivate::TypeAndForceComplete<SshClient, std::true_type>
>,
nullptr
} };
void SshClient::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
(void)_o;
(void)_id;
(void)_c;
(void)_a;
}
const QMetaObject *SshClient::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *SshClient::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_SshClient.stringdata0))
return static_cast<void*>(this);
return QObject::qt_metacast(_clname);
}
int SshClient::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QObject::qt_metacall(_c, _id, _a);
return _id;
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE