mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Style fixes.
This commit is contained in:
@@ -657,7 +657,6 @@ Playlist::addEntries( const QList<query_ptr>& 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.
|
||||
|
@@ -441,7 +441,7 @@ LastFmInfoPlugin::notInCacheSlot( QHash<QString, QString> criteria, Tomahawk::In
|
||||
QMap<QString, QString> 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() ) );
|
||||
|
Reference in New Issue
Block a user