[Pkg-owncloud-commits] [owncloud-client] 02/14: Proxy: Register	meta type #3170
    Sandro Knauß 
    hefee-guest at moszumanska.debian.org
       
    Wed May  6 23:49:03 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 4700c604b1ce336d0cdcfedc1d34e786ebc41a07
Author: Markus Goetz <markus at woboq.com>
Date:   Wed Apr 29 14:54:08 2015 +0200
    Proxy: Register meta type #3170
---
 src/libsync/clientproxy.cpp | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/libsync/clientproxy.cpp b/src/libsync/clientproxy.cpp
index 2900cfd..095d348 100644
--- a/src/libsync/clientproxy.cpp
+++ b/src/libsync/clientproxy.cpp
@@ -163,6 +163,7 @@ SystemProxyRunnable::SystemProxyRunnable(const QUrl &url) : QObject(), QRunnable
 void SystemProxyRunnable::run()
 {
     qDebug() << Q_FUNC_INFO << "Starting system proxy lookup";
+    qRegisterMetaType<QNetworkProxy>("QNetworkProxy");
     QList<QNetworkProxy> proxies = QNetworkProxyFactory::systemProxyForQuery(QNetworkProxyQuery(_url));
 
     if (proxies.isEmpty()) {
-- 
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