Add the base of java downloading

Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
timoreo 2022-06-30 18:07:08 +02:00
parent 7f441f5b87
commit f95856d062
No known key found for this signature in database
GPG key ID: 121A72C3512BA288
3 changed files with 175 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#pragma once
#include <QString>
namespace JavaDownloader {
/*Downloads the java to the runtimes folder*/
void downloadJava(bool isLegacy, const QString& OS);
}