mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Qt/GeckoCodeWidget: Support drag and drop reordering
This commit is contained in:
@ -36,6 +36,7 @@ signals:
|
||||
private:
|
||||
void OnSelectionChanged();
|
||||
void OnItemChanged(QListWidgetItem* item);
|
||||
void OnListReordered();
|
||||
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
|
Reference in New Issue
Block a user