mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 00:14:56 +00:00
handle some warnings
This commit is contained in:
parent
ef6a36241e
commit
2053de0885
10 changed files with 13 additions and 13 deletions
|
|
@ -84,7 +84,7 @@ save_data_list_dialog::save_data_list_dialog(const std::vector<SaveDataEntry>& e
|
|||
{
|
||||
m_entry = cr;
|
||||
UpdateSelectionLabel();
|
||||
Q_UNUSED(cr); Q_UNUSED(pr); Q_UNUSED(pc);
|
||||
Q_UNUSED(cc); Q_UNUSED(pr); Q_UNUSED(pc);
|
||||
});
|
||||
|
||||
connect(m_list->horizontalHeader(), &QHeaderView::sectionClicked, this, &save_data_list_dialog::OnSort);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue