summaryrefslogtreecommitdiffstats
path: root/src/fbbrowser.cpp
diff options
context:
space:
mode:
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);