1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 00:12:06 +02:00

* Also print out size when encountering invalid generated pixmap.

This commit is contained in:
Christian Muehlhaeuser 2014-09-11 01:34:02 +02:00
parent 3deef2bb10
commit 99382899fb

View File

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