And fix build - should really check patches first!!!!

This commit is contained in:
craig.p.drummond
2015-03-28 14:22:48 +00:00
parent ef48f2ecf4
commit d94d234cbd

View File

@@ -200,7 +200,7 @@ QList<QNetworkProxy> NetworkProxyFactory::queryProxy(const QNetworkProxyQuery& q
}
return QList<QNetworkProxy>() << ret;
#elif
#else
return getSystemProxyForQuery(query);
#endif
}