From 8e3231facd38c42fcdd58b179726d83d4e525d2d Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 1 Sep 2014 02:05:28 +0200 Subject: [PATCH] * Removed silly debug. --- src/libtomahawk/playlist/RecentlyPlayedModel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libtomahawk/playlist/RecentlyPlayedModel.cpp b/src/libtomahawk/playlist/RecentlyPlayedModel.cpp index 1fe90476e..4d858d872 100644 --- a/src/libtomahawk/playlist/RecentlyPlayedModel.cpp +++ b/src/libtomahawk/playlist/RecentlyPlayedModel.cpp @@ -174,13 +174,11 @@ RecentlyPlayedModel::onTracksLoaded( QList tracks, QListtoString(); onPlaybackFinished( tracks.at( i ), logs.at( i ) ); } } - bool RecentlyPlayedModel::isTemporary() const {