fix bug with buton not updating corectly for java dialog
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
7d9e47ac18
commit
0b05c7cb07
2 changed files with 6 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue