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

* Style fixes.

This commit is contained in:
Christian Muehlhaeuser
2013-05-16 11:57:12 +02:00
parent cce4cfbe4b
commit a39a023f22
2 changed files with 1 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ PlaylistUpdaterInterface::save()
s->setPlaylistUpdaters( allUpdaters );
}
void
PlaylistUpdaterInterface::remove()
{

View File

@@ -293,7 +293,6 @@ XSPFLoader::gotBody()
}
else
{
if ( !m_entries.isEmpty() )
emit tracks( m_entries );
}