mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 02:24:50 +02:00
Merge pull request #240 from TheOneRing/return_fix
Fixed missing return
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