9 lines
170 B
C
9 lines
170 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <QString>
|
||
|
|
||
|
namespace JavaDownloader {
|
||
|
/*Downloads the java to the runtimes folder*/
|
||
|
void downloadJava(bool isLegacy, const QString& OS);
|
||
|
}
|