summaryrefslogtreecommitdiffstats
path: root/src/fbbrowser.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-01-27 12:52:03 +0100
committerJonathan Bauer2011-01-27 12:52:03 +0100
commitf28a388c9952961e870bf036ec0e28f4737ed21f (patch)
tree72bcaecaf4d87830661f390196bd43b8849665b8 /src/fbbrowser.cpp
parentfixed a few things... (diff)
downloadfbgui-f28a388c9952961e870bf036ec0e28f4737ed21f.tar.gz
fbgui-f28a388c9952961e870bf036ec0e28f4737ed21f.tar.xz
fbgui-f28a388c9952961e870bf036ec0e28f4737ed21f.zip
changed getPath() function, now uses /proc/self/exe to get the path.
Diffstat (limited to 'src/fbbrowser.cpp')
-rw-r--r--src/fbbrowser.cpp2
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...";