Fix compile

This commit is contained in:
Markus Goetz 2014-10-27 17:18:49 +01:00
parent 4c1a0005e6
commit b0882a5cd2

View file

@ -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;
}