1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

* Make ImageRegistry::putInCache() less verbose.

This commit is contained in:
Christian Muehlhaeuser 2012-12-23 10:05:42 +01:00
parent fe3a775bb7
commit e0d5a4ddb1

View File

@ -109,7 +109,7 @@ ImageRegistry::pixmap( const QString& image, const QSize& size, TomahawkUtils::I
void
ImageRegistry::putInCache( const QString& image, const QSize& size, TomahawkUtils::ImageMode mode, const QPixmap& pixmap )
{
tDebug() << Q_FUNC_INFO << "Adding to image cache:" << image << size << mode;
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Adding to image cache:" << image << size << mode;
QHash< qint64, QPixmap > subsubcache;
QHash< int, QHash< qint64, QPixmap > > subcache;