| 2442 | } |
| 2443 | |
| 2444 | void LibraryWindow::showImportingWidget() |
| 2445 | { |
| 2446 | actions.disableAllActions(); |
| 2447 | importWidget->clear(); |
| 2448 | #ifndef Y_MAC_UI |
| 2449 | libraryToolBar->setDisabled(true); |
| 2450 | #endif |
| 2451 | searchEdit->setDisabled(true); |
| 2452 | mainWidget->setCurrentIndex(2); |
| 2453 | } |
| 2454 | |
| 2455 | void LibraryWindow::manageCreatingError(const QString &error) |
| 2456 | { |
nothing calls this directly
no test coverage detected