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

Method reloadCurrentLibrary

YACReaderLibrary/library_window.cpp:1805–1814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1803}
1804
1805void LibraryWindow::reloadCurrentLibrary()
1806{
1807 if (!hasLoadedLibraryModels())
1808 return;
1809
1810 foldersModel->reload();
1811 contentViewsManager->updateCurrentContentView();
1812
1813 enableNeededActions();
1814}
1815
1816void LibraryWindow::openLastCreated()
1817{

Callers

nothing calls this directly

Calls 2

reloadMethod · 0.45

Tested by

no test coverage detected