| 1694 | } |
| 1695 | |
| 1696 | void LibraryWindow::selectSubfolder(const QModelIndex &mi, int child) |
| 1697 | { |
| 1698 | QModelIndex dest = foldersModel->index(child, 0, mi); |
| 1699 | foldersView->setCurrentIndex(dest); |
| 1700 | navigationController->selectedFolder(dest); |
| 1701 | } |
| 1702 | |
| 1703 | // this methods is only using after deleting comics |
| 1704 | // TODO broken window :) |
nothing calls this directly
no test coverage detected