[Pkg-owncloud-commits] [owncloud-client] 20/33: Account needs qRegisterMetaType
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Feb 27 19:44:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch upstream
in repository owncloud-client.
commit 7f508c0718b055d10e94342a53fa05ca75c11c99
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Sun Feb 23 11:35:38 2014 +0100
Account needs qRegisterMetaType
---
src/mirall/account.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mirall/account.cpp b/src/mirall/account.cpp
index c80e3e4..cdc5dad 100644
--- a/src/mirall/account.cpp
+++ b/src/mirall/account.cpp
@@ -69,6 +69,7 @@ Account::Account(AbstractSslErrorHandler *sslErrorHandler, QObject *parent)
, _treatSslErrorsAsFailure(false)
, _state(Account::Disconnected)
{
+ qRegisterMetaType<Account*>();
}
Account::~Account()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list