diff options
| author | Jonathan Bauer | 2011-01-27 12:52:03 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-01-27 12:52:03 +0100 |
| commit | f28a388c9952961e870bf036ec0e28f4737ed21f (patch) | |
| tree | 72bcaecaf4d87830661f390196bd43b8849665b8 /src/fbbrowser.cpp | |
| parent | fixed a few things... (diff) | |
| download | fbgui-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.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..."; |
