mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-03 21:25:04 -06:00
cleanup
This commit is contained in:
parent
a56e11fe93
commit
ca65d6f713
@ -281,10 +281,7 @@ bool update_manager::handle_json(bool automatic, bool check_only, bool auto_acce
|
|||||||
update_log.notice("JSON changelog entry does not contain a title string.");
|
update_log.notice("JSON changelog entry does not contain a title string.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (QJsonValue pr = changelog_entry["pr"]; pr.isDouble())
|
entry.pr = changelog_entry["pr"].toInt();
|
||||||
{
|
|
||||||
entry.pr = pr.toInt();
|
|
||||||
}
|
|
||||||
|
|
||||||
m_update_info.changelog.push_back(std::move(entry));
|
m_update_info.changelog.push_back(std::move(entry));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user