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