mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
fixed deleting list
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user