mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
* Removed silly debug.
This commit is contained in:
@@ -174,13 +174,11 @@ RecentlyPlayedModel::onTracksLoaded( QList<Tomahawk::track_ptr> tracks, QList<To
|
|||||||
{
|
{
|
||||||
for ( int i = 0; i < tracks.count(); i++ )
|
for ( int i = 0; i < tracks.count(); i++ )
|
||||||
{
|
{
|
||||||
tDebug() << tracks.at( i )->toString();
|
|
||||||
onPlaybackFinished( tracks.at( i ), logs.at( i ) );
|
onPlaybackFinished( tracks.at( i ), logs.at( i ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
RecentlyPlayedModel::isTemporary() const
|
RecentlyPlayedModel::isTemporary() const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user