mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Config/GeckoCodeWidget: Add option for alphabetical sorting
This commit is contained in:
parent
93393a288c
commit
1d43d9afc1
2 changed files with 23 additions and 0 deletions
|
@ -37,6 +37,7 @@ private:
|
|||
void OnSelectionChanged();
|
||||
void OnItemChanged(QListWidgetItem* item);
|
||||
void OnListReordered();
|
||||
void OnContextMenuRequested();
|
||||
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
|
@ -46,6 +47,7 @@ private:
|
|||
void RemoveCode();
|
||||
void DownloadCodes();
|
||||
void SaveCodes();
|
||||
void SortAlphabetically();
|
||||
|
||||
const UICommon::GameFile& m_game;
|
||||
std::string m_game_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue