Fix asking to install Python

The dialog asking users to install python is borked since the last refactor, this
commit fixes it.
This commit is contained in:
Chocobo1
2018-09-06 15:31:14 +08:00
committed by sledgehammer999
parent fcc1564a62
commit 4445c2dab2
4 changed files with 45 additions and 75 deletions

View File

@@ -42,6 +42,7 @@ namespace Utils
using Version = Utils::Version<quint8, 3, 1>;
bool isValid() const;
bool isSupportedVersion() const;
QString executableName;
Version version;