mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
Qt: fix weird return value warning on VS
This commit is contained in:
parent
be5b982e45
commit
4739ab58cc
1 changed files with 1 additions and 1 deletions
|
@ -3351,7 +3351,7 @@ void main_window::ConfigureGuiFromSettings()
|
||||||
m_mw->restoreState(m_gui_settings->GetValue(gui::mw_mwState).toByteArray());
|
m_mw->restoreState(m_gui_settings->GetValue(gui::mw_mwState).toByteArray());
|
||||||
|
|
||||||
ui->freezeRecentAct->setChecked(m_gui_settings->GetValue(gui::rg_freeze).toBool());
|
ui->freezeRecentAct->setChecked(m_gui_settings->GetValue(gui::rg_freeze).toBool());
|
||||||
m_rg_entries = m_gui_settings->Var2List(m_gui_settings->GetValue(gui::rg_entries));
|
m_rg_entries = gui_settings::Var2List(m_gui_settings->GetValue(gui::rg_entries));
|
||||||
|
|
||||||
// clear recent games menu of actions
|
// clear recent games menu of actions
|
||||||
for (QAction* act : m_recent_game_acts)
|
for (QAction* act : m_recent_game_acts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue