1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Emit startLoading() when we start loading the playback history.

This commit is contained in:
Christian Muehlhaeuser 2012-06-01 08:44:37 +02:00
parent 8ca0cfa917
commit 3928a2d084

View File

@ -68,6 +68,7 @@ RecentlyPlayedModel::loadHistory()
{
clear();
}
loadingStarted();
DatabaseCommand_PlaybackHistory* cmd = new DatabaseCommand_PlaybackHistory( m_source );
cmd->setLimit( m_limit );