mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
cleanup
This commit is contained in:
parent
a56e11fe93
commit
ca65d6f713
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue