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

Method updateLibrary

YACReaderLibrary/library_window.cpp:1870–1880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1868}
1869
1870void LibraryWindow::updateLibrary()
1871{
1872 importWidget->setUpdateLook();
1873 showImportingWidget();
1874
1875 QString currentLibrary = selectedLibrary->currentText();
1876 QString path = libraries.getPath(currentLibrary);
1877 _lastAdded = currentLibrary;
1878 libraryCreator->updateLibrary(path, LibraryPaths::libraryDataPath(path));
1879 libraryCreator->start();
1880}
1881
1882void LibraryWindow::deleteCurrentLibrary()
1883{

Callers

nothing calls this directly

Calls 4

setUpdateLookMethod · 0.80
currentTextMethod · 0.80
getPathMethod · 0.80
startMethod · 0.80

Tested by

no test coverage detected