mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
fixed library clc importing
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user