1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 10:33:59 +02:00

Merge pull request #240 from TheOneRing/return_fix

Fixed missing return
This commit is contained in:
Uwe L. Korn
2014-07-10 18:11:19 +02:00

View File

@@ -626,6 +626,7 @@ TomahawkWindow::thumbIcon( TomahawkUtils::ImageType type )
QPixmap pix ( TomahawkUtils::defaultPixmap(type , TomahawkUtils::Original, QSize( 20, 20 ) ) ); QPixmap pix ( TomahawkUtils::defaultPixmap(type , TomahawkUtils::Original, QSize( 20, 20 ) ) );
thumbIcons[type] = pix.toWinHICON(); thumbIcons[type] = pix.toWinHICON();
} }
return thumbIcons[type];
} }
#else #else