-rw-r--r-- | library/applnk.cpp | 2 |
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 | |||
@@ -470,6 +470,7 @@ const QPixmap& AppLnk::pixmap( int pos, int size ) const { | |||
470 | .smoothScale( size, size ) ); | 470 | .smoothScale( size, size ) ); |
471 | return that->d->mPixmaps[pos]; | 471 | return that->d->mPixmaps[pos]; |
472 | } | 472 | } |
473 | |||
473 | QImage unscaledIcon = Resource::loadImage( that->mIconFile ); | 474 | QImage unscaledIcon = Resource::loadImage( that->mIconFile ); |
474 | if ( unscaledIcon.isNull() ) { | 475 | if ( unscaledIcon.isNull() ) { |
475 | // qDebug( "Cannot find icon: %s", that->mIconFile.latin1() ); | 476 | // qDebug( "Cannot find icon: %s", that->mIconFile.latin1() ); |
@@ -482,6 +483,7 @@ const QPixmap& AppLnk::pixmap( int pos, int size ) const { | |||
482 | } | 483 | } |
483 | return that->d->mPixmaps[pos]; | 484 | return that->d->mPixmaps[pos]; |
484 | } | 485 | } |
486 | |||
485 | return d->mPixmaps[pos]; | 487 | return d->mPixmaps[pos]; |
486 | } | 488 | } |
487 | 489 | ||