diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 22:58:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 23:34:32 +0200 |
commit | 807e20570cbfef6e258313565598905564f1bb86 (patch) | |
tree | 695b3c940bce02305224e5781a7c48b5a6fdab94 /src/thumbupdater.cpp | |
parent | Runtime Nepomuk tagging check (diff) | |
download | rekonq-807e20570cbfef6e258313565598905564f1bb86.tar.xz |
Kitchen sink clean up
- astyle
- copyrights
- (some) includes
Diffstat (limited to 'src/thumbupdater.cpp')
-rw-r--r-- | src/thumbupdater.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thumbupdater.cpp b/src/thumbupdater.cpp index e230b87f..01323c44 100644 --- a/src/thumbupdater.cpp +++ b/src/thumbupdater.cpp @@ -70,8 +70,8 @@ void ThumbUpdater::updateImage(bool ok) KUrl u(_url); QString previewPath = ok - ? QL1S("file://") + WebSnap::imagePathFromUrl(u) - : rApp->iconManager()->iconPathForUrl(u) + ? QL1S("file://") + WebSnap::imagePathFromUrl(u) + : rApp->iconManager()->iconPathForUrl(u) ; _thumb.findFirst(QL1S(".preview img")).setAttribute(QL1S("src"), previewPath); |