| 2341 | } |
| 2342 | |
| 2343 | void LibraryWindow::exportLibrary(QString destPath) |
| 2344 | { |
| 2345 | QString currentLibrary = selectedLibrary->currentText(); |
| 2346 | QString path = LibraryPaths::libraryDataPath(libraries.getPath(currentLibrary)); |
| 2347 | packageManager->createPackage(path, destPath + "/" + currentLibrary); |
| 2348 | } |
| 2349 | |
| 2350 | void LibraryWindow::importLibrary(QString clc, QString destPath, QString name) |
| 2351 | { |
nothing calls this directly
no test coverage detected