fix bug with buton not updating corectly for java dialog

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-08-22 18:59:09 +03:00
parent 7d9e47ac18
commit 0b05c7cb07
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
2 changed files with 6 additions and 7 deletions

View file

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