mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
fixed library clc importing
This commit is contained in:
parent
252198bb61
commit
2c801ded2f
@ -1472,7 +1472,8 @@ void LibraryWindow::exportLibrary(QString destPath)
|
||||
void LibraryWindow::importLibrary(QString clc,QString destPath,QString name)
|
||||
{
|
||||
packageManager->extractPackage(clc,destPath+"/"+name);
|
||||
openLibrary(destPath+"/"+name,name);
|
||||
_lastAdded = name;
|
||||
_sourceLastAdded = destPath+"/"+name;
|
||||
}
|
||||
|
||||
void LibraryWindow::reloadOptions()
|
||||
|
Loading…
x
Reference in New Issue
Block a user