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

Method openComicFromPath

YACReader/main_window_viewer.cpp:1001–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999}
1000
1001void 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
1009void MainWindowViewer::openSiblingComic(QString pathFile)

Callers 2

eventMethod · 0.80
mainFunction · 0.80

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected