summaryrefslogtreecommitdiff
path: root/library
Side-by-side diff
Diffstat (limited to 'library') (more/less context) (show whitespace changes)
-rw-r--r--library/applnk.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/applnk.cpp b/library/applnk.cpp
index 80f2c62..c82d3b9 100644
--- a/library/applnk.cpp
+++ b/library/applnk.cpp
@@ -471,4 +471,5 @@ const QPixmap& AppLnk::pixmap( int pos, int size ) const {
return that->d->mPixmaps[pos];
}
+
QImage unscaledIcon = Resource::loadImage( that->mIconFile );
if ( unscaledIcon.isNull() ) {
@@ -483,4 +484,5 @@ const QPixmap& AppLnk::pixmap( int pos, int size ) const {
return that->d->mPixmaps[pos];
}
+
return d->mPixmaps[pos];
}