summaryrefslogtreecommitdiff
Unidiff
Diffstat (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
@@ -472,2 +472,3 @@ const QPixmap& AppLnk::pixmap( int pos, int size ) const {
472 } 472 }
473
473 QImage unscaledIcon = Resource::loadImage( that->mIconFile ); 474 QImage unscaledIcon = Resource::loadImage( that->mIconFile );
@@ -484,2 +485,3 @@ const QPixmap& AppLnk::pixmap( int pos, int size ) const {
484 } 485 }
486
485 return d->mPixmaps[pos]; 487 return d->mPixmaps[pos];