diff options
Diffstat (limited to 'src/fbbrowser.cpp')
| -rw-r--r-- | src/fbbrowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbbrowser.cpp b/src/fbbrowser.cpp index bd2eb8e..5495a78 100644 --- a/src/fbbrowser.cpp +++ b/src/fbbrowser.cpp @@ -6,7 +6,7 @@ void fbbrowser::httpReadyRead() { // This slot listens to readyRead() signal from our QNetworkReply. - qDebug() << "readyRead() signal emmited!" << endl; + qDebug() << "finished() signal emmited!" << endl; if(reply->error() == QNetworkReply::NoError) { qDebug() << "No error, loading given URL..."; |
