mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +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
|
@ -328,7 +328,7 @@ namespace gui::utils
|
|||
|
||||
if (!description.empty())
|
||||
{
|
||||
fmt::append(file_content, "Comment=%s\n", QString::fromStdString(description).simplified().toStdString());
|
||||
fmt::append(file_content, "Comment=%s\n", QString::fromStdString(description).simplified());
|
||||
}
|
||||
|
||||
if (!src_icon_path.empty() && !target_icon_dir.empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue