mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fixed missing return
It seems I have a serious problem with returns...
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user