Patch compatible version notice (#1407)

* Patch compatible version notice

* +
This commit is contained in:
DanielSvoboda 2024-10-18 12:56:31 -03:00 committed by GitHub
parent a13d1d1ab1
commit 47ba6c6344
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 629 additions and 38 deletions

View file

@ -32,11 +32,11 @@ public:
const QString& gameSize, const QPixmap& gameImage, QWidget* parent = nullptr);
~CheatsPatches();
// Public Methods
void downloadCheats(const QString& source, const QString& m_gameSerial,
const QString& m_gameVersion, bool showMessageBox);
void downloadPatches(const QString repository, const bool showMessageBox);
void createFilesJson(const QString& repository);
void compatibleVersionNotice(const QString repository);
signals:
void downloadFinished();