Account needs qRegisterMetaType

This commit is contained in:
Daniel Molkentin 2014-02-23 11:35:38 +01:00
parent 45a7d4ff4c
commit 7f508c0718

View File

@ -69,6 +69,7 @@ Account::Account(AbstractSslErrorHandler *sslErrorHandler, QObject *parent)
, _treatSslErrorsAsFailure(false)
, _state(Account::Disconnected)
{
qRegisterMetaType<Account*>();
}
Account::~Account()