From 8d73abd183d30a51e11cc4a6e763b1147d2b6072 Mon Sep 17 00:00:00 2001 From: Max Lapan Date: Fri, 19 Mar 2010 15:18:38 +0300 Subject: [PATCH] Fix typo --- http_fetcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()) { -- 1.7.9.5