mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 09:34:53 +02:00
* Style fixes in AtticaManager.
This commit is contained in:
@@ -83,7 +83,6 @@ AtticaManager::~AtticaManager()
|
|||||||
{
|
{
|
||||||
savePixmapsToCache();
|
savePixmapsToCache();
|
||||||
|
|
||||||
|
|
||||||
foreach( const QString& id, m_resolverStates.keys() )
|
foreach( const QString& id, m_resolverStates.keys() )
|
||||||
{
|
{
|
||||||
if ( !m_resolverStates[ id ].pixmap )
|
if ( !m_resolverStates[ id ].pixmap )
|
||||||
@@ -119,6 +118,7 @@ AtticaManager::hostname() const
|
|||||||
return "http://bakery.tomahawk-player.org";
|
return "http://bakery.tomahawk-player.org";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
AtticaManager::loadPixmapsFromCache()
|
AtticaManager::loadPixmapsFromCache()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user