Stands4LyricsProvider: Remove unused variable
This commit is contained in:
@@ -153,7 +153,6 @@ void Stands4LyricsProvider::HandleSearchReply(QNetworkReply *reply, const int id
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
LyricsSearchResults results;
|
|
||||||
for (const QJsonValueRef value : json_result) {
|
for (const QJsonValueRef value : json_result) {
|
||||||
if (!value.isObject()) {
|
if (!value.isObject()) {
|
||||||
qLog(Error) << "Stands4Lyrics: Invalid Json reply, result is not an object.";
|
qLog(Error) << "Stands4Lyrics: Invalid Json reply, result is not an object.";
|
||||||
|
|||||||
Reference in New Issue
Block a user