| 153 | } |
| 154 | |
| 155 | void InstallLoaderDialog::validate(BasePage* page) |
| 156 | { |
| 157 | buttons->button(QDialogButtonBox::Ok)->setEnabled(pageCast(page)->selectedVersion() != nullptr); |
| 158 | } |
| 159 | |
| 160 | void InstallLoaderDialog::done(int result) |
| 161 | { |
nothing calls this directly
no test coverage detected