1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-22 08:49:42 +01:00

* Clear m_waitingForResolved before clearing the PlayableModel.

This commit is contained in:
Christian Muehlhaeuser 2012-11-28 04:53:46 +01:00
parent 223f834233
commit ed1541ba8d

@ -148,9 +148,8 @@ PlaylistModel::onPlaylistChanged()
void
PlaylistModel::clear()
{
PlayableModel::clear();
m_waitingForResolved.clear();
PlayableModel::clear();
}