fertao
2025-07-28 ec576f7460a1c172f47758a4edcaa846e49db4d2
Server/付林涛/code/build-tianKai-Desktop_Qt_5_9_4_MinGW_32bit-Debug/debug/moc_addfile.cpp
@@ -21,8 +21,8 @@
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_AddFile_t {
    QByteArrayData data[3];
    char stringdata0[33];
    QByteArrayData data[5];
    char stringdata0[69];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -32,11 +32,14 @@
static const qt_meta_stringdata_AddFile_t qt_meta_stringdata_AddFile = {
    {
QT_MOC_LITERAL(0, 0, 7), // "AddFile"
QT_MOC_LITERAL(1, 8, 23), // "on_pushButton_3_clicked"
QT_MOC_LITERAL(2, 32, 0) // ""
QT_MOC_LITERAL(1, 8, 13), // "addFileSignal"
QT_MOC_LITERAL(2, 22, 0), // ""
QT_MOC_LITERAL(3, 23, 23), // "on_pushButton_3_clicked"
QT_MOC_LITERAL(4, 47, 21) // "on_pushButton_clicked"
    },
    "AddFile\0on_pushButton_3_clicked\0"
    "AddFile\0addFileSignal\0\0on_pushButton_3_clicked\0"
    "on_pushButton_clicked"
};
#undef QT_MOC_LITERAL
@@ -46,17 +49,25 @@
       7,       // revision
       0,       // classname
       0,    0, // classinfo
       1,   14, // methods
       3,   14, // methods
       0,    0, // properties
       0,    0, // enums/sets
       0,    0, // constructors
       0,       // flags
       0,       // signalCount
       1,       // signalCount
 // signals: name, argc, parameters, tag, flags
       1,    2,   29,    2, 0x06 /* Public */,
 // slots: name, argc, parameters, tag, flags
       1,    0,   19,    2, 0x08 /* Private */,
       3,    0,   34,    2, 0x08 /* Private */,
       4,    0,   35,    2, 0x08 /* Private */,
 // signals: parameters
    QMetaType::Void, QMetaType::QString, QMetaType::QString,    2,    2,
 // slots: parameters
    QMetaType::Void,
    QMetaType::Void,
       0        // eod
@@ -68,11 +79,21 @@
        AddFile *_t = static_cast<AddFile *>(_o);
        Q_UNUSED(_t)
        switch (_id) {
        case 0: _t->on_pushButton_3_clicked(); break;
        case 0: _t->addFileSignal((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
        case 1: _t->on_pushButton_3_clicked(); break;
        case 2: _t->on_pushButton_clicked(); break;
        default: ;
        }
    } else if (_c == QMetaObject::IndexOfMethod) {
        int *result = reinterpret_cast<int *>(_a[0]);
        {
            typedef void (AddFile::*_t)(QString , QString );
            if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AddFile::addFileSignal)) {
                *result = 0;
                return;
            }
        }
    }
    Q_UNUSED(_a);
}
const QMetaObject AddFile::staticMetaObject = {
@@ -100,15 +121,22 @@
    if (_id < 0)
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
        if (_id < 1)
        if (_id < 3)
            qt_static_metacall(this, _c, _id, _a);
        _id -= 1;
        _id -= 3;
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
        if (_id < 1)
        if (_id < 3)
            *reinterpret_cast<int*>(_a[0]) = -1;
        _id -= 1;
        _id -= 3;
    }
    return _id;
}
// SIGNAL 0
void AddFile::addFileSignal(QString _t1, QString _t2)
{
    void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE