From 5b59ab56d4255e4ca6fa1e1734009dcf1503f14d Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 30 Mar 2013 13:06:51 +0100 Subject: [PATCH] * Style fixes. --- src/libtomahawk/Playlist.cpp | 1 - src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libtomahawk/Playlist.cpp b/src/libtomahawk/Playlist.cpp index 81e0d1b6b..56ad7de31 100644 --- a/src/libtomahawk/Playlist.cpp +++ b/src/libtomahawk/Playlist.cpp @@ -657,7 +657,6 @@ Playlist::addEntries( const QList& queries, const QString& oldrev ) QString newrev = uuid(); createNewRevision( newrev, oldrev, el ); - // We are appending at end, so notify listeners. // PlaylistModel also emits during appends, but since we call // createNewRevision, it reloads instead of appends. diff --git a/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp b/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp index 9edbda48e..8f34233a3 100644 --- a/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp +++ b/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp @@ -441,7 +441,7 @@ LastFmInfoPlugin::notInCacheSlot( QHash criteria, Tomahawk::In QMap args; args["method"] = criteria["chart_id"]; args["limit"] = "100"; - QNetworkReply* reply = lastfm::ws::get(args); + QNetworkReply* reply = lastfm::ws::get( args ); reply->setProperty( "requestData", QVariant::fromValue< Tomahawk::InfoSystem::InfoRequestData >( requestData ) ); connect( reply, SIGNAL( finished() ), SLOT( chartReturned() ) );