mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Qt: trophy manager - fix trophy sorting by ID + handle some warnings
This commit is contained in:
parent
9269d8a370
commit
6b3eebc907
3 changed files with 17 additions and 11 deletions
|
|
@ -334,7 +334,9 @@ void save_manager_dialog::ShowContextMenu(const QPoint &pos)
|
|||
menu->exec(globalPos);
|
||||
}
|
||||
|
||||
void save_manager_dialog::closeEvent(QCloseEvent * event)
|
||||
void save_manager_dialog::closeEvent(QCloseEvent *event)
|
||||
{
|
||||
m_gui_settings->SetValue(gui::sd_geometry, saveGeometry());
|
||||
|
||||
QDialog::closeEvent(event);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue