mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Added progeess dialog to autodownload java
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user