mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Qt/logging: add format function for QString
This commit is contained in:
parent
6dcf63009e
commit
a90858193e
37 changed files with 122 additions and 128 deletions
|
@ -177,7 +177,7 @@ bool update_manager::handle_json(bool automatic, bool check_only, bool auto_acce
|
|||
|
||||
const qint64 diff_msec = cur_date.msecsTo(lts_date);
|
||||
|
||||
update_log.notice("Current: %s, latest: %s, difference: %lld ms", cur_str.toStdString(), lts_str.toStdString(), diff_msec);
|
||||
update_log.notice("Current: %s, latest: %s, difference: %lld ms", cur_str, lts_str, diff_msec);
|
||||
|
||||
const Localized localized;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue