fix java download button

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-06-16 14:26:19 +03:00
parent bbf52e3549
commit 94fd02a34f
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
2 changed files with 10 additions and 11 deletions

View file

@ -36,7 +36,7 @@ class InstallDialog final : public QDialog, private BasePageProvider {
QList<BasePage*> getPages() override;
QString dialogTitle() override;
void validate(BasePage* page);
void validate();
void done(int result) override;
private: