| 1868 | } |
| 1869 | |
| 1870 | void LibraryWindow::updateLibrary() |
| 1871 | { |
| 1872 | importWidget->setUpdateLook(); |
| 1873 | showImportingWidget(); |
| 1874 | |
| 1875 | QString currentLibrary = selectedLibrary->currentText(); |
| 1876 | QString path = libraries.getPath(currentLibrary); |
| 1877 | _lastAdded = currentLibrary; |
| 1878 | libraryCreator->updateLibrary(path, LibraryPaths::libraryDataPath(path)); |
| 1879 | libraryCreator->start(); |
| 1880 | } |
| 1881 | |
| 1882 | void LibraryWindow::deleteCurrentLibrary() |
| 1883 | { |
nothing calls this directly
no test coverage detected