| 2107 | } |
| 2108 | |
| 2109 | void 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 | |
| 2118 | void reader::on_quitBtn_clicked() |
| 2119 | { |
nothing calls this directly
no outgoing calls
no test coverage detected