mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Config/ARCodeWidget: Add option for alphabetical sorting
This commit is contained in:
parent
1d43d9afc1
commit
396546f5c0
2 changed files with 24 additions and 0 deletions
|
@ -37,11 +37,13 @@ signals:
|
|||
private:
|
||||
void OnSelectionChanged();
|
||||
void OnItemChanged(QListWidgetItem* item);
|
||||
void OnContextMenuRequested();
|
||||
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
void UpdateList();
|
||||
void SaveCodes();
|
||||
void SortAlphabetically();
|
||||
|
||||
void OnCodeAddPressed();
|
||||
void OnCodeEditPressed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue