| 999 | } |
| 1000 | |
| 1001 | void MainWindowViewer::openComicFromPath(QString pathFile) |
| 1002 | { |
| 1003 | openComic(pathFile); |
| 1004 | isClient = false; // this method is used for direct openings |
| 1005 | updatePrevNextActions(!previousComicPath.isEmpty(), !nextComicPath.isEmpty()); |
| 1006 | } |
| 1007 | |
| 1008 | // isClient shouldn't be modified when a siblinig comic is opened |
| 1009 | void MainWindowViewer::openSiblingComic(QString pathFile) |