Base: fix compile errors in wino-mail-dtkqt (composeview UI, initializeComposition, startNewEmail, authenticator includes)
This commit is contained in:
@@ -52,7 +52,8 @@ template <> constexpr inline auto MainMainWindow::qt_create_metaobjectdata<qt_me
|
||||
"onReaderReplyRequested",
|
||||
"const MailItem*",
|
||||
"item",
|
||||
"onNewMessage"
|
||||
"onNewMessage",
|
||||
"openMailInIndependentWindow"
|
||||
};
|
||||
|
||||
QtMocHelpers::UintData qt_methods {
|
||||
@@ -76,6 +77,10 @@ template <> constexpr inline auto MainMainWindow::qt_create_metaobjectdata<qt_me
|
||||
}}),
|
||||
// Slot 'onNewMessage'
|
||||
QtMocHelpers::SlotData<void()>(12, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'openMailInIndependentWindow'
|
||||
QtMocHelpers::SlotData<void(int)>(13, 2, QMC::AccessPrivate, QMetaType::Void, {{
|
||||
{ QMetaType::Int, 7 },
|
||||
}}),
|
||||
};
|
||||
QtMocHelpers::UintData qt_properties {
|
||||
};
|
||||
@@ -105,6 +110,7 @@ void MainMainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _
|
||||
case 3: _t->onComposeRequested(); break;
|
||||
case 4: _t->onReaderReplyRequested((*reinterpret_cast<std::add_pointer_t<const MailItem*>>(_a[1]))); break;
|
||||
case 5: _t->onNewMessage(); break;
|
||||
case 6: _t->openMailInIndependentWindow((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
|
||||
default: ;
|
||||
}
|
||||
}
|
||||
@@ -129,14 +135,14 @@ int MainMainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
if (_id < 0)
|
||||
return _id;
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
if (_id < 6)
|
||||
if (_id < 7)
|
||||
qt_static_metacall(this, _c, _id, _a);
|
||||
_id -= 6;
|
||||
_id -= 7;
|
||||
}
|
||||
if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||||
if (_id < 6)
|
||||
if (_id < 7)
|
||||
*reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
|
||||
_id -= 6;
|
||||
_id -= 7;
|
||||
}
|
||||
return _id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user