| 1959 | } |
| 1960 | |
| 1961 | void 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 | |
| 1973 | void LibraryWindow::showLibraryInfo() |
| 1974 | { |
nothing calls this directly
no test coverage detected