mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 03:32:55 +00:00
Qt: remove some warnings
This commit is contained in:
parent
754cdea435
commit
2f7d621fc8
@ -268,10 +268,10 @@ void gui_settings::ShowInfoBox(const gui_save& entry, const QString& title, cons
|
||||
if (mb->checkBox()->isChecked())
|
||||
{
|
||||
SetValue(entry, false);
|
||||
LOG_WARNING(GENERAL, "Entry %s was set to false", sstr(entry.name));
|
||||
LOG_NOTICE(GENERAL, "Info Box for Entry %s is now disabled", sstr(entry.name));
|
||||
}
|
||||
}
|
||||
else LOG_WARNING(GENERAL, "Entry %s is false, Info Box not shown", sstr(entry.name));
|
||||
else LOG_NOTICE(GENERAL, "Info Box for Entry %s was ignored", sstr(entry.name));
|
||||
}
|
||||
|
||||
void gui_settings::SetGamelistColVisibility(int col, bool val)
|
||||
|
Loading…
x
Reference in New Issue
Block a user