diff options
author | saturneric <[email protected]> | 2025-06-22 14:20:50 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-06-22 14:20:50 +0000 |
commit | 3a2f17c613d812cbe3bab4be51a5a35ef262596c (patch) | |
tree | a10214f9cda422882eadcd0cd2b8fab3987ae6a4 /src/m_ver_check/GitHubVersionCheckTask.h | |
parent | fix(UpdateTab): correct condition for showing unpublished commit message (diff) | |
download | Modules-3a2f17c613d812cbe3bab4be51a5a35ef262596c.tar.gz Modules-3a2f17c613d812cbe3bab4be51a5a35ef262596c.zip |
refactor: remove git commit hash verification from version check
- remove remote commit hash tracking from version check logic
- simplify version check by removing tag info parsing
- update UI to remove commit hash mismatch warning
- clean up related code and remove unused fields
Diffstat (limited to 'src/m_ver_check/GitHubVersionCheckTask.h')
-rw-r--r-- | src/m_ver_check/GitHubVersionCheckTask.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m_ver_check/GitHubVersionCheckTask.h b/src/m_ver_check/GitHubVersionCheckTask.h index ebe8192..615a5e8 100644 --- a/src/m_ver_check/GitHubVersionCheckTask.h +++ b/src/m_ver_check/GitHubVersionCheckTask.h @@ -91,13 +91,6 @@ class GitHubVersionCheckTask : public QObject { * * @param reply */ - void slot_parse_current_tag_info(QNetworkReply* reply); - - /** - * @brief - * - * @param reply - */ void slot_parse_current_commit_info(QNetworkReply* reply); private: |