Qt: List changes between current->latest build in auto updater

Thanks to @hhromic for the API endpoint tip.
This commit is contained in:
Connor McLaughlin
2020-08-20 00:20:34 +10:00
parent 07cc926775
commit 71a38adbc7
3 changed files with 70 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ private Q_SLOTS:
void getLatestTagComplete(QNetworkReply* reply);
void getLatestReleaseComplete(QNetworkReply* reply);
void queueGetChanges();
void getChangesComplete(QNetworkReply* reply);
void downloadUpdateClicked();
void skipThisUpdateClicked();
void remindMeLaterClicked();