Qt: Simplify some string conversion bloat

This commit is contained in:
Megamouse 2024-09-24 02:37:34 +02:00
parent 82f97d33d1
commit c4282e63fb
10 changed files with 16 additions and 37 deletions

View file

@ -2157,7 +2157,7 @@ QAction* main_window::CreateRecentAction(const q_string_pair& entry, const uint&
{
if (m_rg_entries.contains(entry))
{
gui_log.warning("Recent Game not valid, removing from Boot Recent list: %s", sstr(entry.first));
gui_log.warning("Recent Game not valid, removing from Boot Recent list: %s", entry.first);
const int idx = m_rg_entries.indexOf(entry);
m_rg_entries.removeAt(idx);