From 3a2f17c613d812cbe3bab4be51a5a35ef262596c Mon Sep 17 00:00:00 2001 From: saturneric Date: Sun, 22 Jun 2025 16:20:50 +0200 Subject: 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 --- src/m_ver_check/SoftwareVersion.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/m_ver_check/SoftwareVersion.h') diff --git a/src/m_ver_check/SoftwareVersion.h b/src/m_ver_check/SoftwareVersion.h index 59db3fa..6267554 100644 --- a/src/m_ver_check/SoftwareVersion.h +++ b/src/m_ver_check/SoftwareVersion.h @@ -46,7 +46,6 @@ struct SoftwareVersion { QString publish_date; ///< QString release_note; ///< - QString remote_commit_hash_by_tag; QString local_commit_hash; QDateTime timestamp; @@ -77,14 +76,6 @@ struct SoftwareVersion { */ [[nodiscard]] auto VersionWithdrawn() const -> bool; - /** - * @brief - * - * @return true - * @return false - */ - [[nodiscard]] auto GitCommitHashMismatch() const -> bool; - /** * @brief * -- cgit v1.2.3