| 2383 | } |
| 2384 | |
| 2385 | void LibraryWindow::showExportComicsInfo() |
| 2386 | { |
| 2387 | exportComicsInfoDialog->source = LibraryPaths::libraryDatabasePath(currentPath()); |
| 2388 | exportComicsInfoDialog->open(); |
| 2389 | } |
| 2390 | |
| 2391 | void LibraryWindow::showImportComicsInfo() |
| 2392 | { |