mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Qt/GeckoCodeWidget: Support drag and drop reordering
This commit is contained in:
parent
981925a831
commit
389351c6c0
2 changed files with 31 additions and 4 deletions
|
@ -36,6 +36,7 @@ signals:
|
|||
private:
|
||||
void OnSelectionChanged();
|
||||
void OnItemChanged(QListWidgetItem* item);
|
||||
void OnListReordered();
|
||||
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue