From 152200fc35593314486c62ee9caada77b646cd83 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 10 Sep 2014 00:44:15 +0200 Subject: [PATCH] * Log which image type is invalid. --- src/libtomahawk/utils/TomahawkUtilsGui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/utils/TomahawkUtilsGui.cpp b/src/libtomahawk/utils/TomahawkUtilsGui.cpp index af5c35217..2acac062d 100644 --- a/src/libtomahawk/utils/TomahawkUtilsGui.cpp +++ b/src/libtomahawk/utils/TomahawkUtilsGui.cpp @@ -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(); }