Applied clang-format

This commit is contained in:
OpenSauce04 2025-03-21 22:42:09 +00:00
parent d2a58ea277
commit c411c1ef96

View File

@ -355,8 +355,8 @@ GameList::GameList(PlayTime::PlayTimeManager& play_time_manager_, GMainWindow* p
warning_layout = new QHBoxLayout; warning_layout = new QHBoxLayout;
deprecated_3ds_warning = new QLabel; deprecated_3ds_warning = new QLabel;
deprecated_3ds_warning->setText(tr( deprecated_3ds_warning->setText(
"IMPORTANT: Encrypted files and .3ds files are no longer supported. Decrypting " tr("IMPORTANT: Encrypted files and .3ds files are no longer supported. Decrypting "
"and/or renaming to .cci may be necessary. <a " "and/or renaming to .cci may be necessary. <a "
"href='https://azahar-emu.org/blog/game-loading-changes/'>Learn more.</a>")); "href='https://azahar-emu.org/blog/game-loading-changes/'>Learn more.</a>"));
deprecated_3ds_warning->setOpenExternalLinks(true); deprecated_3ds_warning->setOpenExternalLinks(true);