Qt: Add Clear and Reset buttons to cheat manager

This commit is contained in:
Connor McLaughlin
2021-02-12 00:20:04 +10:00
parent e75f1c1b6d
commit de688615ff
6 changed files with 119 additions and 17 deletions

View File

@@ -40,6 +40,8 @@ private Q_SLOTS:
void importFromFileTriggered();
void importFromTextTriggered();
void exportClicked();
void clearClicked();
void resetClicked();
void addToWatchClicked();
void addManualWatchAddressClicked();
@@ -73,6 +75,7 @@ private:
int getSelectedCheatIndex() const;
int getSelectedResultIndex() const;
int getSelectedWatchIndex() const;
void queueUpdateCheatList();
Ui::CheatManagerDialog m_ui;