MCPcopy Create free account
hub / github.com/YACReader/yacreader / selectSubfolder

Method selectSubfolder

YACReaderLibrary/library_window.cpp:1696–1701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694}
1695
1696void 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 :)

Callers

nothing calls this directly

Calls 3

selectedFolderMethod · 0.80
indexMethod · 0.45
setCurrentIndexMethod · 0.45

Tested by

no test coverage detected