diff options
author | Saturneric <[email protected]> | 2023-02-07 09:16:45 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-02-07 09:16:45 +0000 |
commit | 7a468420c7a551cba35670e1e051586281a85d9d (patch) | |
tree | 660eb4fabf452fd928f092756596fbea348c5afd /src/ui/struct/SoftwareVersion.h | |
parent | feat: use custom password dialog now (diff) | |
download | GpgFrontend-7a468420c7a551cba35670e1e051586281a85d9d.tar.gz GpgFrontend-7a468420c7a551cba35670e1e051586281a85d9d.zip |
fix: solve an issue in version checking
Diffstat (limited to '')
-rw-r--r-- | src/ui/struct/SoftwareVersion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/struct/SoftwareVersion.h b/src/ui/struct/SoftwareVersion.h index 942efec9..9d861ef1 100644 --- a/src/ui/struct/SoftwareVersion.h +++ b/src/ui/struct/SoftwareVersion.h @@ -81,7 +81,6 @@ struct SoftwareVersion { [[nodiscard]] bool CurrentVersionReleased() const; private: - static int version_compare(const std::string& a, const std::string& b); }; } // namespace GpgFrontend::UI |