Added progeess dialog to autodownload java

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-02-17 11:14:32 +02:00
parent 2941307581
commit ea2adf909d
4 changed files with 56 additions and 19 deletions

View File

@ -51,6 +51,7 @@ class AutoInstallJava : public LaunchStep {
void executeTask() override;
bool canAbort() const override { return m_current_task ? m_current_task->canAbort() : false; }
bool abort() override;
protected:
void setJavaPath(QString path);