| 2348 | } |
| 2349 | |
| 2350 | void LibraryWindow::importLibrary(QString clc, QString destPath, QString name) |
| 2351 | { |
| 2352 | packageManager->extractPackage(clc, destPath + "/" + name); |
| 2353 | _lastAdded = name; |
| 2354 | _sourceLastAdded = destPath + "/" + name; |
| 2355 | } |
| 2356 | |
| 2357 | void LibraryWindow::reloadOptions() |
| 2358 | { |
nothing calls this directly
no test coverage detected