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:
parent
fe3a775bb7
commit
e0d5a4ddb1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user