summaryrefslogtreecommitdiffstats
path: root/src/fbbrowser.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-05 22:47:51 +0100
committerJonathan Bauer2011-03-05 22:47:51 +0100
commit6712b04f22aa55717c32676be04bc2e0df40645b (patch)
tree9023e5e0bd61c59b5a2aabff156180ef7ec5d5a1 /src/fbbrowser.cpp
parentremoved some old comments (diff)
downloadfbgui-6712b04f22aa55717c32676be04bc2e0df40645b.tar.gz
fbgui-6712b04f22aa55717c32676be04bc2e0df40645b.tar.xz
fbgui-6712b04f22aa55717c32676be04bc2e0df40645b.zip
more random things...
Diffstat (limited to 'src/fbbrowser.cpp')
-rw-r--r--src/fbbrowser.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fbbrowser.cpp b/src/fbbrowser.cpp
index 6528cc8..160b9c5 100644
--- a/src/fbbrowser.cpp
+++ b/src/fbbrowser.cpp
@@ -23,9 +23,6 @@ fbbrowser::fbbrowser(const QUrl & url)
// Let the manager send the request and receive the reply.
reply = manager->get(request);
// TODO: error differentiation
- // reply->error() returns 0 even for invalid URL.
- // A possibility to check for validity, is to listen to readyRead()
- // signal, haven't found a better way yet ...
if(reply->error() == QNetworkReply::NoError)
{
view->load(url);