From 6862f130aeb32d95041f1beaba8e6bea8270d9c8 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Fri, 11 Dec 2009 11:29:08 +0200 Subject: [PATCH] httpmgr: fix: emit finished if != http/200. --- src/httpmgr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/httpmgr.cpp b/src/httpmgr.cpp index 452f85e..4f38810 100644 --- a/src/httpmgr.cpp +++ b/src/httpmgr.cpp @@ -99,6 +99,7 @@ QHttpManager::onReadyRead() { .arg(re->errorString()) ); re->deleteLater(); + emit fetchFinished(); // qDebug() << __func__ << "httpcode:" << httpcode; } } -- 2.11.4.GIT