First runnable qt6 Nheko
This commit is contained in:
parent
b518f6902e
commit
e85a1d4aeb
8 changed files with 46 additions and 47 deletions
|
|
@ -25,6 +25,8 @@ LoginPage::LoginPage(QObject *parent)
|
|||
: QObject(parent)
|
||||
, inferredServerAddress_()
|
||||
{
|
||||
[[maybe_unused]] static auto ignored = qRegisterMetaType<mtx::responses::Login>();
|
||||
|
||||
connect(this, &LoginPage::versionOkCb, this, &LoginPage::versionOk, Qt::QueuedConnection);
|
||||
connect(this, &LoginPage::versionErrorCb, this, &LoginPage::versionError, Qt::QueuedConnection);
|
||||
connect(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue