| 1194 | } |
| 1195 | |
| 1196 | void MainWindow::syncWebViewToHtmlSource() |
| 1197 | { |
| 1198 | htmlResultReady(ui->htmlSourceTextEdit->toPlainText()); |
| 1199 | } |
| 1200 | |
| 1201 | bool MainWindow::maybeSave() |
| 1202 | { |
nothing calls this directly
no outgoing calls
no test coverage detected