diff --git a/src/libtomahawk/playlist/PlaylistUpdaterInterface.cpp b/src/libtomahawk/playlist/PlaylistUpdaterInterface.cpp index 1f8253431..f902e0d32 100644 --- a/src/libtomahawk/playlist/PlaylistUpdaterInterface.cpp +++ b/src/libtomahawk/playlist/PlaylistUpdaterInterface.cpp @@ -106,6 +106,7 @@ PlaylistUpdaterInterface::save() s->setPlaylistUpdaters( allUpdaters ); } + void PlaylistUpdaterInterface::remove() { diff --git a/src/libtomahawk/utils/XspfLoader.cpp b/src/libtomahawk/utils/XspfLoader.cpp index f864e71f7..928f3a8c2 100644 --- a/src/libtomahawk/utils/XspfLoader.cpp +++ b/src/libtomahawk/utils/XspfLoader.cpp @@ -293,7 +293,6 @@ XSPFLoader::gotBody() } else { - if ( !m_entries.isEmpty() ) emit tracks( m_entries ); }