Return a properly sorted list of checked javas
This commit is contained in:
parent
012b007e56
commit
5fe0ed7e8f
4 changed files with 11 additions and 4 deletions
|
@ -15,6 +15,7 @@ struct JavaCheckResult
|
|||
QString javaVersion;
|
||||
bool valid = false;
|
||||
bool is_64bit = false;
|
||||
int id;
|
||||
};
|
||||
|
||||
typedef std::shared_ptr<QProcess> QProcessPtr;
|
||||
|
@ -27,6 +28,7 @@ public:
|
|||
void performCheck();
|
||||
|
||||
QString path;
|
||||
int id;
|
||||
|
||||
signals:
|
||||
void checkFinished(JavaCheckResult result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue