Added progeess dialog to autodownload java
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
2941307581
commit
ea2adf909d
4 changed files with 56 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue