[Pkg-owncloud-commits] [owncloud-client] 22/33: Account: Fix Metatype registratition
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 b56843ead29390bc31039682e2080212cddd1a5e
Author: Markus Goetz <markus at woboq.com>
Date: Mon Feb 24 15:31:11 2014 +0100
Account: Fix Metatype registratition
---
src/mirall/account.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/account.cpp b/src/mirall/account.cpp
index cdc5dad..6a15773 100644
--- a/src/mirall/account.cpp
+++ b/src/mirall/account.cpp
@@ -69,7 +69,7 @@ Account::Account(AbstractSslErrorHandler *sslErrorHandler, QObject *parent)
, _treatSslErrorsAsFailure(false)
, _state(Account::Disconnected)
{
- qRegisterMetaType<Account*>();
+ qRegisterMetaType<Account*>("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