Fix build: synchronize Request API, fix GmailSynchronizer, and migrate UI to Qt6 Widgets
This commit is contained in:
@@ -0,0 +1,171 @@
|
||||
/****************************************************************************
|
||||
** Meta object code from reading C++ file 'newmessagedialog.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/ui/newmessagedialog.h"
|
||||
#include <QtGui/qtextcursor.h>
|
||||
#include <QtCore/qmetatype.h>
|
||||
|
||||
#include <QtCore/qtmochelpers.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
||||
#include <QtCore/qxptype_traits.h>
|
||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
||||
#error "The header file 'newmessagedialog.h' doesn't include <QObject>."
|
||||
#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_ZN16NewMessageDialogE_t {};
|
||||
} // unnamed namespace
|
||||
|
||||
template <> constexpr inline auto NewMessageDialog::qt_create_metaobjectdata<qt_meta_tag_ZN16NewMessageDialogE_t>()
|
||||
{
|
||||
namespace QMC = QtMocConstants;
|
||||
QtMocHelpers::StringRefStorage qt_stringData {
|
||||
"NewMessageDialog",
|
||||
"toggleCc",
|
||||
"",
|
||||
"toggleBcc",
|
||||
"onSendNow",
|
||||
"onSendLater",
|
||||
"onAttachFile",
|
||||
"removeAttachment",
|
||||
"onFormatBold",
|
||||
"onFormatItalic",
|
||||
"onFormatUnderline",
|
||||
"onInsertBulletList",
|
||||
"onInsertNumberedList",
|
||||
"onInsertTable",
|
||||
"onInsertImage",
|
||||
"mergeFormatOnWordOrSelection",
|
||||
"QTextCharFormat",
|
||||
"fmt",
|
||||
"currentCharFormatChanged"
|
||||
};
|
||||
|
||||
QtMocHelpers::UintData qt_methods {
|
||||
// Slot 'toggleCc'
|
||||
QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'toggleBcc'
|
||||
QtMocHelpers::SlotData<void()>(3, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'onSendNow'
|
||||
QtMocHelpers::SlotData<void()>(4, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'onSendLater'
|
||||
QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'onAttachFile'
|
||||
QtMocHelpers::SlotData<void()>(6, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'removeAttachment'
|
||||
QtMocHelpers::SlotData<void()>(7, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'onFormatBold'
|
||||
QtMocHelpers::SlotData<void()>(8, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'onFormatItalic'
|
||||
QtMocHelpers::SlotData<void()>(9, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'onFormatUnderline'
|
||||
QtMocHelpers::SlotData<void()>(10, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'onInsertBulletList'
|
||||
QtMocHelpers::SlotData<void()>(11, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'onInsertNumberedList'
|
||||
QtMocHelpers::SlotData<void()>(12, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'onInsertTable'
|
||||
QtMocHelpers::SlotData<void()>(13, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'onInsertImage'
|
||||
QtMocHelpers::SlotData<void()>(14, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'mergeFormatOnWordOrSelection'
|
||||
QtMocHelpers::SlotData<void(const QTextCharFormat &)>(15, 2, QMC::AccessPrivate, QMetaType::Void, {{
|
||||
{ 0x80000000 | 16, 17 },
|
||||
}}),
|
||||
// Slot 'currentCharFormatChanged'
|
||||
QtMocHelpers::SlotData<void(const QTextCharFormat &)>(18, 2, QMC::AccessPrivate, QMetaType::Void, {{
|
||||
{ 0x80000000 | 16, 17 },
|
||||
}}),
|
||||
};
|
||||
QtMocHelpers::UintData qt_properties {
|
||||
};
|
||||
QtMocHelpers::UintData qt_enums {
|
||||
};
|
||||
return QtMocHelpers::metaObjectData<NewMessageDialog, qt_meta_tag_ZN16NewMessageDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
|
||||
qt_methods, qt_properties, qt_enums);
|
||||
}
|
||||
Q_CONSTINIT const QMetaObject NewMessageDialog::staticMetaObject = { {
|
||||
QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
|
||||
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16NewMessageDialogE_t>.stringdata,
|
||||
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16NewMessageDialogE_t>.data,
|
||||
qt_static_metacall,
|
||||
nullptr,
|
||||
qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN16NewMessageDialogE_t>.metaTypes,
|
||||
nullptr
|
||||
} };
|
||||
|
||||
void NewMessageDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
auto *_t = static_cast<NewMessageDialog *>(_o);
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
switch (_id) {
|
||||
case 0: _t->toggleCc(); break;
|
||||
case 1: _t->toggleBcc(); break;
|
||||
case 2: _t->onSendNow(); break;
|
||||
case 3: _t->onSendLater(); break;
|
||||
case 4: _t->onAttachFile(); break;
|
||||
case 5: _t->removeAttachment(); break;
|
||||
case 6: _t->onFormatBold(); break;
|
||||
case 7: _t->onFormatItalic(); break;
|
||||
case 8: _t->onFormatUnderline(); break;
|
||||
case 9: _t->onInsertBulletList(); break;
|
||||
case 10: _t->onInsertNumberedList(); break;
|
||||
case 11: _t->onInsertTable(); break;
|
||||
case 12: _t->onInsertImage(); break;
|
||||
case 13: _t->mergeFormatOnWordOrSelection((*reinterpret_cast<std::add_pointer_t<QTextCharFormat>>(_a[1]))); break;
|
||||
case 14: _t->currentCharFormatChanged((*reinterpret_cast<std::add_pointer_t<QTextCharFormat>>(_a[1]))); break;
|
||||
default: ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const QMetaObject *NewMessageDialog::metaObject() const
|
||||
{
|
||||
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
||||
}
|
||||
|
||||
void *NewMessageDialog::qt_metacast(const char *_clname)
|
||||
{
|
||||
if (!_clname) return nullptr;
|
||||
if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16NewMessageDialogE_t>.strings))
|
||||
return static_cast<void*>(this);
|
||||
return QDialog::qt_metacast(_clname);
|
||||
}
|
||||
|
||||
int NewMessageDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
_id = QDialog::qt_metacall(_c, _id, _a);
|
||||
if (_id < 0)
|
||||
return _id;
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
if (_id < 15)
|
||||
qt_static_metacall(this, _c, _id, _a);
|
||||
_id -= 15;
|
||||
}
|
||||
if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||||
if (_id < 15)
|
||||
*reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
|
||||
_id -= 15;
|
||||
}
|
||||
return _id;
|
||||
}
|
||||
QT_WARNING_POP
|
||||
Reference in New Issue
Block a user