aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check/SoftwareVersion.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_ver_check/SoftwareVersion.h9
1 files changed, 0 insertions, 9 deletions
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;
@@ -83,14 +82,6 @@ struct SoftwareVersion {
* @return true
* @return false
*/
- [[nodiscard]] auto GitCommitHashMismatch() const -> bool;
-
- /**
- * @brief
- *
- * @return true
- * @return false
- */
[[nodiscard]] auto CurrentVersionReleased() const -> bool;
/**