mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-09 02:51:31 -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.");
|
||||
}
|
||||
|
||||
if (QJsonValue pr = changelog_entry["pr"]; pr.isDouble())
|
||||
{
|
||||
entry.pr = pr.toInt();
|
||||
}
|
||||
entry.pr = changelog_entry["pr"].toInt();
|
||||
|
||||
m_update_info.changelog.push_back(std::move(entry));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user