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
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2014-10-27 19:18:49 +0300
committerMarkus Goetz <markus@woboq.com>2014-10-27 19:18:49 +0300
commitb0882a5cd293214bd49afa5c43ba8d23dfa958c7 (patch)
tree0a7ac8bf9e7bc769fd2025e8f313f80fc4806238 /src/mirall
parent4c1a0005e674414ddaee72af1134fbd3bc4bcd4b (diff)
Fix compile
Diffstat (limited to 'src/mirall')
-rw-r--r--src/mirall/clientproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirall/clientproxy.cpp b/src/mirall/clientproxy.cpp
index f2d0557e9..e9c889557 100644
--- a/src/mirall/clientproxy.cpp
+++ b/src/mirall/clientproxy.cpp
@@ -101,7 +101,7 @@ void ClientProxy::setCSyncProxy( const QUrl& url, CSYNC *csync_ctx )
QList<QNetworkProxy> proxies = QNetworkProxyFactory::proxyForQuery(QNetworkProxyQuery(url));
// We set at least one in Application
Q_ASSERT(proxies.count() > 0);
- if (proxyes.count == 0) {
+ if (proxies.count() == 0) {
qDebug() << Q_FUNC_INFO << "No proxy!";
return;
}