Qt: trophy manager - fix trophy sorting by ID + handle some warnings

This commit is contained in:
Megamouse 2018-05-18 09:58:04 +02:00 committed by Ivan
parent 9269d8a370
commit 6b3eebc907
3 changed files with 17 additions and 11 deletions

View file

@ -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);
}