158 lines
5.5 KiB
C++
158 lines
5.5 KiB
C++
|
|
/****************************************************************************
|
||
|
|
** Meta object code from reading C++ file 'accountsetupdialog.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/accountsetupdialog.h"
|
||
|
|
#include <QtGui/qtextcursor.h>
|
||
|
|
#include <QtNetwork/QSslError>
|
||
|
|
#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 'accountsetupdialog.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_ZN18AccountSetupDialogE_t {};
|
||
|
|
} // unnamed namespace
|
||
|
|
|
||
|
|
template <> constexpr inline auto AccountSetupDialog::qt_create_metaobjectdata<qt_meta_tag_ZN18AccountSetupDialogE_t>()
|
||
|
|
{
|
||
|
|
namespace QMC = QtMocConstants;
|
||
|
|
QtMocHelpers::StringRefStorage qt_stringData {
|
||
|
|
"AccountSetupDialog",
|
||
|
|
"accountCreated",
|
||
|
|
"",
|
||
|
|
"Account",
|
||
|
|
"account",
|
||
|
|
"onNextClicked",
|
||
|
|
"onBackClicked",
|
||
|
|
"onCancelClicked",
|
||
|
|
"onProviderSelected",
|
||
|
|
"id",
|
||
|
|
"startOAuthAuthentication",
|
||
|
|
"onAccountAdded",
|
||
|
|
"onAuthTimeout"
|
||
|
|
};
|
||
|
|
|
||
|
|
QtMocHelpers::UintData qt_methods {
|
||
|
|
// Signal 'accountCreated'
|
||
|
|
QtMocHelpers::SignalData<void(const Account &)>(1, 2, QMC::AccessPublic, QMetaType::Void, {{
|
||
|
|
{ 0x80000000 | 3, 4 },
|
||
|
|
}}),
|
||
|
|
// Slot 'onNextClicked'
|
||
|
|
QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPrivate, QMetaType::Void),
|
||
|
|
// Slot 'onBackClicked'
|
||
|
|
QtMocHelpers::SlotData<void()>(6, 2, QMC::AccessPrivate, QMetaType::Void),
|
||
|
|
// Slot 'onCancelClicked'
|
||
|
|
QtMocHelpers::SlotData<void()>(7, 2, QMC::AccessPrivate, QMetaType::Void),
|
||
|
|
// Slot 'onProviderSelected'
|
||
|
|
QtMocHelpers::SlotData<void(int)>(8, 2, QMC::AccessPrivate, QMetaType::Void, {{
|
||
|
|
{ QMetaType::Int, 9 },
|
||
|
|
}}),
|
||
|
|
// Slot 'startOAuthAuthentication'
|
||
|
|
QtMocHelpers::SlotData<void()>(10, 2, QMC::AccessPrivate, QMetaType::Void),
|
||
|
|
// Slot 'onAccountAdded'
|
||
|
|
QtMocHelpers::SlotData<void(const Account &)>(11, 2, QMC::AccessPrivate, QMetaType::Void, {{
|
||
|
|
{ 0x80000000 | 3, 4 },
|
||
|
|
}}),
|
||
|
|
// Slot 'onAuthTimeout'
|
||
|
|
QtMocHelpers::SlotData<void()>(12, 2, QMC::AccessPrivate, QMetaType::Void),
|
||
|
|
};
|
||
|
|
QtMocHelpers::UintData qt_properties {
|
||
|
|
};
|
||
|
|
QtMocHelpers::UintData qt_enums {
|
||
|
|
};
|
||
|
|
return QtMocHelpers::metaObjectData<AccountSetupDialog, qt_meta_tag_ZN18AccountSetupDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
|
||
|
|
qt_methods, qt_properties, qt_enums);
|
||
|
|
}
|
||
|
|
Q_CONSTINIT const QMetaObject AccountSetupDialog::staticMetaObject = { {
|
||
|
|
QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
|
||
|
|
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18AccountSetupDialogE_t>.stringdata,
|
||
|
|
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18AccountSetupDialogE_t>.data,
|
||
|
|
qt_static_metacall,
|
||
|
|
nullptr,
|
||
|
|
qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN18AccountSetupDialogE_t>.metaTypes,
|
||
|
|
nullptr
|
||
|
|
} };
|
||
|
|
|
||
|
|
void AccountSetupDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
||
|
|
{
|
||
|
|
auto *_t = static_cast<AccountSetupDialog *>(_o);
|
||
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
||
|
|
switch (_id) {
|
||
|
|
case 0: _t->accountCreated((*reinterpret_cast<std::add_pointer_t<Account>>(_a[1]))); break;
|
||
|
|
case 1: _t->onNextClicked(); break;
|
||
|
|
case 2: _t->onBackClicked(); break;
|
||
|
|
case 3: _t->onCancelClicked(); break;
|
||
|
|
case 4: _t->onProviderSelected((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
|
||
|
|
case 5: _t->startOAuthAuthentication(); break;
|
||
|
|
case 6: _t->onAccountAdded((*reinterpret_cast<std::add_pointer_t<Account>>(_a[1]))); break;
|
||
|
|
case 7: _t->onAuthTimeout(); break;
|
||
|
|
default: ;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
if (_c == QMetaObject::IndexOfMethod) {
|
||
|
|
if (QtMocHelpers::indexOfMethod<void (AccountSetupDialog::*)(const Account & )>(_a, &AccountSetupDialog::accountCreated, 0))
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
const QMetaObject *AccountSetupDialog::metaObject() const
|
||
|
|
{
|
||
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
||
|
|
}
|
||
|
|
|
||
|
|
void *AccountSetupDialog::qt_metacast(const char *_clname)
|
||
|
|
{
|
||
|
|
if (!_clname) return nullptr;
|
||
|
|
if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18AccountSetupDialogE_t>.strings))
|
||
|
|
return static_cast<void*>(this);
|
||
|
|
return QDialog::qt_metacast(_clname);
|
||
|
|
}
|
||
|
|
|
||
|
|
int AccountSetupDialog::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 < 8)
|
||
|
|
qt_static_metacall(this, _c, _id, _a);
|
||
|
|
_id -= 8;
|
||
|
|
}
|
||
|
|
if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||
|
|
if (_id < 8)
|
||
|
|
*reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
|
||
|
|
_id -= 8;
|
||
|
|
}
|
||
|
|
return _id;
|
||
|
|
}
|
||
|
|
|
||
|
|
// SIGNAL 0
|
||
|
|
void AccountSetupDialog::accountCreated(const Account & _t1)
|
||
|
|
{
|
||
|
|
QMetaObject::activate<void>(this, &staticMetaObject, 0, nullptr, _t1);
|
||
|
|
}
|
||
|
|
QT_WARNING_POP
|