Qt/GeckoCodeWidget: Support drag and drop reordering

This commit is contained in:
spycrab
2019-06-21 01:40:37 +02:00
parent 981925a831
commit 389351c6c0
2 changed files with 31 additions and 4 deletions

View File

@ -36,6 +36,7 @@ signals:
private:
void OnSelectionChanged();
void OnItemChanged(QListWidgetItem* item);
void OnListReordered();
void CreateWidgets();
void ConnectWidgets();