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

Method importLibrary

YACReaderLibrary/library_window.cpp:2350–2355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

extractPackageMethod · 0.80

Tested by

no test coverage detected