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

Method setFolderSearchFilterData

YACReaderLibrary/library_window.cpp:2109–2113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2107}
2108
2109void LibraryWindow::setFolderSearchFilterData(QMap<unsigned long long, FolderItem *> *filteredItems, FolderItem *root)
2110{
2111 foldersModelProxy->setFilterData(filteredItems, root);
2112 foldersView->expandAll();
2113}
2114
2115void LibraryWindow::clearSearchFilter()
2116{

Callers

nothing calls this directly

Calls 1

setFilterDataMethod · 0.80

Tested by

no test coverage detected