1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02:00

* Log which image type is invalid.

This commit is contained in:
Christian Muehlhaeuser
2014-09-10 00:44:15 +02:00
parent eb7a13aa5b
commit 152200fc35

View File

@@ -782,6 +782,7 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
if ( pixmap.isNull() )
{
tDebug() << "Invalid image for type:" << type;
Q_ASSERT( false );
return QPixmap();
}