mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Account needs qRegisterMetaType
This commit is contained in:
parent
45a7d4ff4c
commit
7f508c0718
@ -69,6 +69,7 @@ Account::Account(AbstractSslErrorHandler *sslErrorHandler, QObject *parent)
|
||||
, _treatSslErrorsAsFailure(false)
|
||||
, _state(Account::Disconnected)
|
||||
{
|
||||
qRegisterMetaType<Account*>();
|
||||
}
|
||||
|
||||
Account::~Account()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user