Cheats: Update Cheat Manager state on toggling cheats from the list

Fixes a visual desync of these two lists
This commit is contained in:
Silent
2021-08-25 18:59:30 +02:00
parent 6c70d7b8b3
commit c7d0df6081
4 changed files with 16 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ private Q_SLOTS:
void cheatListItemActivated(QTreeWidgetItem* item);
void cheatListItemChanged(QTreeWidgetItem* item, int column);
void activateCheat(u32 index);
void setCheatCheckState(u32 index, bool checked);
void newCategoryClicked();
void addCodeClicked();
void editCodeClicked();