/**************************************************************************** ** Meta object code from reading C++ file 'notificationmanager.h' ** ** Created by: The Qt Meta Object Compiler version 69 (Qt 6.10.2) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../../../src/utils/notificationmanager.h" #include #include #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'notificationmanager.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 69 #error "This file was generated using the moc from 6.10.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_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED QT_WARNING_DISABLE_GCC("-Wuseless-cast") namespace { struct qt_meta_tag_ZN19NotificationManagerE_t {}; } // unnamed namespace template <> constexpr inline auto NotificationManager::qt_create_metaobjectdata() { namespace QMC = QtMocConstants; QtMocHelpers::StringRefStorage qt_stringData { "NotificationManager", "showHideRequested", "", "onMailItemAdded", "WinoMail::Events::MailItemAddedEvent", "event", "onMailItemRemoved", "WinoMail::Events::MailItemRemovedEvent", "onMailItemUpdated", "WinoMail::Events::MailItemUpdatedEvent", "onAccountConnected", "WinoMail::Events::AccountConnectedEvent", "onAccountDisconnected", "WinoMail::Events::AccountDisconnectedEvent", "onSyncStarted", "WinoMail::Events::SyncStartedEvent", "onSyncFinished", "WinoMail::Events::SyncFinishedEvent", "onErrorOccurred", "WinoMail::Events::ErrorEvent", "onTrayIconActivated", "QSystemTrayIcon::ActivationReason", "reason", "onShowHideRequested", "onQuitRequested" }; QtMocHelpers::UintData qt_methods { // Signal 'showHideRequested' QtMocHelpers::SignalData(1, 2, QMC::AccessPublic, QMetaType::Void), // Slot 'onMailItemAdded' QtMocHelpers::SlotData(3, 2, QMC::AccessPrivate, QMetaType::Void, {{ { 0x80000000 | 4, 5 }, }}), // Slot 'onMailItemRemoved' QtMocHelpers::SlotData(6, 2, QMC::AccessPrivate, QMetaType::Void, {{ { 0x80000000 | 7, 5 }, }}), // Slot 'onMailItemUpdated' QtMocHelpers::SlotData(8, 2, QMC::AccessPrivate, QMetaType::Void, {{ { 0x80000000 | 9, 5 }, }}), // Slot 'onAccountConnected' QtMocHelpers::SlotData(10, 2, QMC::AccessPrivate, QMetaType::Void, {{ { 0x80000000 | 11, 5 }, }}), // Slot 'onAccountDisconnected' QtMocHelpers::SlotData(12, 2, QMC::AccessPrivate, QMetaType::Void, {{ { 0x80000000 | 13, 5 }, }}), // Slot 'onSyncStarted' QtMocHelpers::SlotData(14, 2, QMC::AccessPrivate, QMetaType::Void, {{ { 0x80000000 | 15, 5 }, }}), // Slot 'onSyncFinished' QtMocHelpers::SlotData(16, 2, QMC::AccessPrivate, QMetaType::Void, {{ { 0x80000000 | 17, 5 }, }}), // Slot 'onErrorOccurred' QtMocHelpers::SlotData(18, 2, QMC::AccessPrivate, QMetaType::Void, {{ { 0x80000000 | 19, 5 }, }}), // Slot 'onTrayIconActivated' QtMocHelpers::SlotData(20, 2, QMC::AccessPrivate, QMetaType::Void, {{ { 0x80000000 | 21, 22 }, }}), // Slot 'onShowHideRequested' QtMocHelpers::SlotData(23, 2, QMC::AccessPrivate, QMetaType::Void), // Slot 'onQuitRequested' QtMocHelpers::SlotData(24, 2, QMC::AccessPrivate, QMetaType::Void), }; QtMocHelpers::UintData qt_properties { }; QtMocHelpers::UintData qt_enums { }; return QtMocHelpers::metaObjectData(QMC::MetaObjectFlag{}, qt_stringData, qt_methods, qt_properties, qt_enums); } Q_CONSTINIT const QMetaObject NotificationManager::staticMetaObject = { { QMetaObject::SuperData::link(), qt_staticMetaObjectStaticContent.stringdata, qt_staticMetaObjectStaticContent.data, qt_static_metacall, nullptr, qt_staticMetaObjectRelocatingContent.metaTypes, nullptr } }; void NotificationManager::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { auto *_t = static_cast(_o); if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: _t->showHideRequested(); break; case 1: _t->onMailItemAdded((*reinterpret_cast>(_a[1]))); break; case 2: _t->onMailItemRemoved((*reinterpret_cast>(_a[1]))); break; case 3: _t->onMailItemUpdated((*reinterpret_cast>(_a[1]))); break; case 4: _t->onAccountConnected((*reinterpret_cast>(_a[1]))); break; case 5: _t->onAccountDisconnected((*reinterpret_cast>(_a[1]))); break; case 6: _t->onSyncStarted((*reinterpret_cast>(_a[1]))); break; case 7: _t->onSyncFinished((*reinterpret_cast>(_a[1]))); break; case 8: _t->onErrorOccurred((*reinterpret_cast>(_a[1]))); break; case 9: _t->onTrayIconActivated((*reinterpret_cast>(_a[1]))); break; case 10: _t->onShowHideRequested(); break; case 11: _t->onQuitRequested(); break; default: ; } } if (_c == QMetaObject::IndexOfMethod) { if (QtMocHelpers::indexOfMethod(_a, &NotificationManager::showHideRequested, 0)) return; } } const QMetaObject *NotificationManager::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *NotificationManager::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_staticMetaObjectStaticContent.strings)) return static_cast(this); return QObject::qt_metacast(_clname); } int NotificationManager::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QObject::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 12) qt_static_metacall(this, _c, _id, _a); _id -= 12; } if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 12) *reinterpret_cast(_a[0]) = QMetaType(); _id -= 12; } return _id; } // SIGNAL 0 void NotificationManager::showHideRequested() { QMetaObject::activate(this, &staticMetaObject, 0, nullptr); } QT_WARNING_POP