1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

Fixed missing return

It seems I have a serious problem with returns...
This commit is contained in:
Patrick von Reth 2014-07-10 18:08:04 +02:00
parent a3aa75790c
commit 5f898e4677

View File

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