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

Method rescanLibraryForXMLInfo

YACReaderLibrary/library_window.cpp:1961–1971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1959}
1960
1961void LibraryWindow::rescanLibraryForXMLInfo()
1962{
1963 importWidget->setXMLScanLook();
1964 showImportingWidget();
1965
1966 QString currentLibrary = selectedLibrary->currentText();
1967 QString path = libraries.getPath(currentLibrary);
1968 _lastAdded = currentLibrary;
1969
1970 xmlInfoLibraryScanner->scanLibrary(path, LibraryPaths::libraryDataPath(path));
1971}
1972
1973void LibraryWindow::showLibraryInfo()
1974{

Callers

nothing calls this directly

Calls 4

setXMLScanLookMethod · 0.80
currentTextMethod · 0.80
getPathMethod · 0.80
scanLibraryMethod · 0.80

Tested by

no test coverage detected