| 208 | } |
| 209 | |
| 210 | void OpenProjectDialog::validateSourcePage(bool valid) |
| 211 | { |
| 212 | setValid(sourcePage, valid); |
| 213 | if (!nativeDialog) { |
| 214 | openPageWidget->setUrl(sourcePageWidget->workingDir()); |
| 215 | } |
| 216 | } |
| 217 | |
| 218 | void OpenProjectDialog::validateOpenUrl( const QUrl& url_ ) |
| 219 | { |
nothing calls this directly
no test coverage detected