LCOV - code coverage report
Current view: top level - src - moc_usersdialog.cpp (source / functions) Coverage Total Hit
Test: .lcov.total Lines: 0.0 % 25 0
Test Date: 2026-03-23 21:55:57 Functions: 0.0 % 4 0

            Line data    Source code
       1              : /****************************************************************************
       2              : ** Meta object code from reading C++ file 'usersdialog.h'
       3              : **
       4              : ** Created by: The Qt Meta Object Compiler version 69 (Qt 6.10.2)
       5              : **
       6              : ** WARNING! All changes made in this file will be lost!
       7              : *****************************************************************************/
       8              : 
       9              : #include "usersdialog.h"
      10              : #include <QtCore/qmetatype.h>
      11              : 
      12              : #include <QtCore/qtmochelpers.h>
      13              : 
      14              : #include <memory>
      15              : 
      16              : 
      17              : #include <QtCore/qxptype_traits.h>
      18              : #if !defined(Q_MOC_OUTPUT_REVISION)
      19              : #error "The header file 'usersdialog.h' doesn't include <QObject>."
      20              : #elif Q_MOC_OUTPUT_REVISION != 69
      21              : #error "This file was generated using the moc from 6.10.2. It"
      22              : #error "cannot be used with the include files from this version of Qt."
      23              : #error "(The moc has changed too much.)"
      24              : #endif
      25              : 
      26              : #ifndef Q_CONSTINIT
      27              : #define Q_CONSTINIT
      28              : #endif
      29              : 
      30              : QT_WARNING_PUSH
      31              : QT_WARNING_DISABLE_DEPRECATED
      32              : QT_WARNING_DISABLE_GCC("-Wuseless-cast")
      33              : namespace {
      34              : struct qt_meta_tag_ZN11UsersDialogE_t {};
      35              : } // unnamed namespace
      36              : 
      37              : template <> constexpr inline auto UsersDialog::qt_create_metaobjectdata<qt_meta_tag_ZN11UsersDialogE_t>()
      38              : {
      39              :     namespace QMC = QtMocConstants;
      40              :     QtMocHelpers::StringRefStorage qt_stringData {
      41              :         "UsersDialog",
      42              :         "accept",
      43              :         "",
      44              :         "itemChange",
      45              :         "QListWidgetItem*",
      46              :         "item",
      47              :         "on_lineEdit_textChanged",
      48              :         "filter",
      49              :         "on_checkBox_clicked"
      50              :     };
      51              : 
      52              :     QtMocHelpers::UintData qt_methods {
      53              :         // Slot 'accept'
      54              :         QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
      55              :         // Slot 'itemChange'
      56              :         QtMocHelpers::SlotData<void(QListWidgetItem *)>(3, 2, QMC::AccessPrivate, QMetaType::Void, {{
      57              :             { 0x80000000 | 4, 5 },
      58              :         }}),
      59              :         // Slot 'on_lineEdit_textChanged'
      60              :         QtMocHelpers::SlotData<void(const QString &)>(6, 2, QMC::AccessPrivate, QMetaType::Void, {{
      61              :             { QMetaType::QString, 7 },
      62              :         }}),
      63              :         // Slot 'on_checkBox_clicked'
      64              :         QtMocHelpers::SlotData<void()>(8, 2, QMC::AccessPrivate, QMetaType::Void),
      65              :     };
      66              :     QtMocHelpers::UintData qt_properties {
      67              :     };
      68              :     QtMocHelpers::UintData qt_enums {
      69              :     };
      70              :     return QtMocHelpers::metaObjectData<UsersDialog, qt_meta_tag_ZN11UsersDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
      71              :             qt_methods, qt_properties, qt_enums);
      72              : }
      73              : Q_CONSTINIT const QMetaObject UsersDialog::staticMetaObject = { {
      74              :     QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
      75              :     qt_staticMetaObjectStaticContent<qt_meta_tag_ZN11UsersDialogE_t>.stringdata,
      76              :     qt_staticMetaObjectStaticContent<qt_meta_tag_ZN11UsersDialogE_t>.data,
      77              :     qt_static_metacall,
      78              :     nullptr,
      79              :     qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN11UsersDialogE_t>.metaTypes,
      80              :     nullptr
      81              : } };
      82              : 
      83            0 : void UsersDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      84              : {
      85              :     auto *_t = static_cast<UsersDialog *>(_o);
      86            0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      87            0 :         switch (_id) {
      88            0 :         case 0: _t->accept(); break;
      89            0 :         case 1: _t->itemChange((*reinterpret_cast<std::add_pointer_t<QListWidgetItem*>>(_a[1]))); break;
      90            0 :         case 2: _t->on_lineEdit_textChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
      91            0 :         case 3: _t->on_checkBox_clicked(); break;
      92              :         default: ;
      93              :         }
      94              :     }
      95            0 : }
      96              : 
      97            0 : const QMetaObject *UsersDialog::metaObject() const
      98              : {
      99            0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
     100              : }
     101              : 
     102            0 : void *UsersDialog::qt_metacast(const char *_clname)
     103              : {
     104            0 :     if (!_clname) return nullptr;
     105            0 :     if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN11UsersDialogE_t>.strings))
     106              :         return static_cast<void*>(this);
     107            0 :     return QDialog::qt_metacast(_clname);
     108              : }
     109              : 
     110            0 : int UsersDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     111              : {
     112            0 :     _id = QDialog::qt_metacall(_c, _id, _a);
     113            0 :     if (_id < 0)
     114              :         return _id;
     115            0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     116            0 :         if (_id < 4)
     117            0 :             qt_static_metacall(this, _c, _id, _a);
     118            0 :         _id -= 4;
     119              :     }
     120            0 :     if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
     121            0 :         if (_id < 4)
     122            0 :             *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
     123            0 :         _id -= 4;
     124              :     }
     125              :     return _id;
     126              : }
     127              : QT_WARNING_POP
        

Generated by: LCOV version 2.4-beta