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

Method showImportComicsInfo

YACReaderLibrary/library_window.cpp:2391–2395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2389}
2390
2391void LibraryWindow::showImportComicsInfo()
2392{
2393 importComicsInfoDialog->dest = currentPath() + LibraryPaths::libraryDatabasePath(currentPath());
2394 importComicsInfoDialog->open();
2395}
2396
2397void LibraryWindow::closeEvent(QCloseEvent *event)
2398{

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected