| 2426 | } |
| 2427 | |
| 2428 | void LibraryWindow::showNoLibrariesWidget() |
| 2429 | { |
| 2430 | actions.disableAllActions(); |
| 2431 | searchEdit->setDisabled(true); |
| 2432 | mainWidget->setCurrentIndex(1); |
| 2433 | } |
| 2434 | |
| 2435 | void LibraryWindow::showRootWidget() |
| 2436 | { |
nothing calls this directly
no test coverage detected