1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

* Style fixes in AtticaManager.

This commit is contained in:
Christian Muehlhaeuser
2014-08-27 19:53:07 +02:00
parent 9c1bc7d293
commit f8dcdbd082

View File

@@ -83,7 +83,6 @@ AtticaManager::~AtticaManager()
{
savePixmapsToCache();
foreach( const QString& id, m_resolverStates.keys() )
{
if ( !m_resolverStates[ id ].pixmap )
@@ -119,6 +118,7 @@ AtticaManager::hostname() const
return "http://bakery.tomahawk-player.org";
}
void
AtticaManager::loadPixmapsFromCache()
{