mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Also print out size when encountering invalid generated pixmap.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user