Redesign Version class

PR #17484.
This commit is contained in:
Chocobo1
2022-08-06 11:06:16 +08:00
committed by GitHub
parent 54b50c3a8a
commit 33e6ca6778
9 changed files with 178 additions and 178 deletions

View File

@@ -37,7 +37,7 @@ namespace Utils::ForeignApps
{
struct PythonInfo
{
using Version = Utils::Version<quint8, 3, 1>;
using Version = Utils::Version<3, 1>;
bool isValid() const;
bool isSupportedVersion() const;