diff options
Diffstat (limited to 'src/m_ver_check/SoftwareVersion.h')
-rw-r--r-- | src/m_ver_check/SoftwareVersion.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/m_ver_check/SoftwareVersion.h b/src/m_ver_check/SoftwareVersion.h index f66c0dd..ed89964 100644 --- a/src/m_ver_check/SoftwareVersion.h +++ b/src/m_ver_check/SoftwareVersion.h @@ -35,15 +35,14 @@ * */ struct SoftwareVersion { - QString latest_version; ///< - QString current_version; ///< - bool latest_prerelease_version_from_remote = false; ///< - bool latest_draft_from_remote = false; ///< - bool current_version_is_a_prerelease = false; ///< - bool current_version_is_drafted = false; ///< + QString latest_version; ///< + QString current_version; ///< + bool current_version_publish_in_remote = false; ///< - QString publish_date; ///< - QString release_note; ///< + bool current_commit_hash_publish_in_remote = false; ///< + + QString publish_date; ///< + QString release_note; ///< QString remote_commit_hash_by_tag; QString local_commit_hash; |