fixed deleting list

This commit is contained in:
Luis Ángel San Martín
2014-11-21 22:19:36 +01:00
parent 12604854ea
commit f95d6715fa
3 changed files with 8 additions and 1 deletions

View File

@ -152,6 +152,11 @@ void YACReaderNavigationController::selectedList(const QModelIndex &mi)
libraryWindow->foldersView->clearSelection();
}
void YACReaderNavigationController::reselectCurrentList()
{
selectedList(libraryWindow->listsView->currentIndex());
}
void YACReaderNavigationController::selectedIndexFromHistory(const QModelIndex &sourceMI)
{
//TODO NO searching allowed, just disable backward/forward actions in searching mode