mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
Apply some Clang-Tidy fixes
This commit is contained in:
parent
c0fbf3091e
commit
93552a5958
34 changed files with 59 additions and 59 deletions
|
@ -589,7 +589,7 @@ void emu_settings::SetSetting(SettingsType type, const std::string& val)
|
|||
|
||||
void emu_settings::OpenCorrectionDialog(QWidget* parent)
|
||||
{
|
||||
if (m_broken_types.size() && QMessageBox::question(parent, tr("Fix invalid settings?"),
|
||||
if (!m_broken_types.empty() && QMessageBox::question(parent, tr("Fix invalid settings?"),
|
||||
tr(
|
||||
"Your config file contained one or more unrecognized values for settings.\n"
|
||||
"Their default value will be used until they are corrected.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue