MCPcopy Create free account
hub / github.com/Quill-OS/quill / openBookFileNative

Method openBookFileNative

src/reader/reader.cpp:2109–2116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2107}
2108
2109void reader::openBookFileNative(QString book, bool relativePath) {
2110 if(global::runningInstanceIsReaderOnly == false) {
2111 emit openBookFile(book, relativePath);
2112 }
2113 else {
2114 showToast("Not supported");
2115 }
2116}
2117
2118void reader::on_quitBtn_clicked()
2119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected