Qt/ARCodeWidget: Support drag and drop reordering

This commit is contained in:
spycrab
2019-06-21 02:25:30 +02:00
parent 389351c6c0
commit 93393a288c
2 changed files with 30 additions and 2 deletions

View File

@ -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;