Add hint on version downloading (#5663)

This commit is contained in:
lilyhuang-github 2025-02-27 23:34:32 -05:00 committed by GitHub
parent e271e6ecf8
commit 7ff43f15fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ public:
private slots:
void finishedUpdateCheck(bool needToUpdate, bool isCompatible, Release *release);
void gotoDownloadPage();
void downloadUpdate();
void downloadUpdate(const QString &releaseName);
void cancelDownload();
void updateCheckError(const QString &errorString);
void downloadSuccessful(const QUrl &filepath);