Qt/CheatManager: Add manual watch address

This commit is contained in:
Connor McLaughlin
2020-12-18 19:04:31 +10:00
parent a6a0b660d2
commit 980aa0a8bc
7 changed files with 66 additions and 38 deletions

View File

@@ -42,6 +42,7 @@ private Q_SLOTS:
void exportClicked();
void addToWatchClicked();
void addManualWatchAddressClicked();
void removeWatchClicked();
void scanCurrentItemChanged(QTableWidgetItem* current, QTableWidgetItem* previous);
void watchCurrentItemChanged(QTableWidgetItem* current, QTableWidgetItem* previous);