mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Config/ARCodeWidget: Add option for alphabetical sorting
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user