mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Qt/ARCodeWidget: Support drag and drop reordering
This commit is contained in:
parent
389351c6c0
commit
93393a288c
2 changed files with 30 additions and 2 deletions
|
@ -47,6 +47,8 @@ private:
|
|||
void OnCodeEditPressed();
|
||||
void OnCodeRemovePressed();
|
||||
|
||||
void OnListReordered();
|
||||
|
||||
const UICommon::GameFile& m_game;
|
||||
std::string m_game_id;
|
||||
u16 m_game_revision;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue