Fix delete cheats button (#1731)

This commit is contained in:
DanielSvoboda
2024-12-10 13:57:30 -03:00
committed by GitHub
parent 00543fe640
commit ea8ad35947
2 changed files with 24 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ public:
const QString& m_gameVersion, bool showMessageBox);
void downloadPatches(const QString repository, const bool showMessageBox);
void createFilesJson(const QString& repository);
void clearListCheats();
void compatibleVersionNotice(const QString repository);
signals: