X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=http_fetcher.cpp;fp=http_fetcher.cpp;h=23e4f18ff9ac1e563011f3985b1109bc485a596c;hb=8d73abd183d30a51e11cc4a6e763b1147d2b6072;hp=433c99012c36353ceb544794f58da7459f68a477;hpb=02075b70ac2b73a3e33d35486bfc15479115552a;p=yandex-traffic diff --git a/http_fetcher.cpp b/http_fetcher.cpp index 433c990..23e4f18 100644 --- a/http_fetcher.cpp +++ b/http_fetcher.cpp @@ -17,7 +17,7 @@ void HttpFetcher::fetch (const QString& url) { QUrl u (url); - if (_http.currentId () != ) + if (_http.currentId () != 0) _http.abort (); if (u.isValid ()) {