Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2015-04-29 15:54:08 +0300
committerMarkus Goetz <markus@woboq.com>2015-04-29 15:54:08 +0300
commit4700c604b1ce336d0cdcfedc1d34e786ebc41a07 (patch)
treee372a530298925a9d0366d5ff12c47070593ea8a /src
parent356fa737c5f3fa6236547d87b8306845424e30be (diff)
Proxy: Register meta type #3170
Diffstat (limited to 'src')
-rw-r--r--src/libsync/clientproxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsync/clientproxy.cpp b/src/libsync/clientproxy.cpp
index 2900cfdbe..095d3489c 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()) {