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