| 57 | #include "tasks/SequentialTask.h" |
| 58 | |
| 59 | AutoInstallJava::AutoInstallJava(LaunchTask* parent) |
| 60 | : LaunchStep(parent), m_instance(m_parent->instance()), m_supported_arch(SysInfo::getSupportedJavaArchitecture()) {}; |
| 61 | |
| 62 | void AutoInstallJava::executeTask() |
| 63 | { |
nothing calls this directly
no test coverage detected