| 1344 | |
| 1345 | |
| 1346 | void NBrowserWindow::insertHtml(QString html) { |
| 1347 | QString script = QString("document.execCommand('insertHtml', false, '%1');").arg(html); |
| 1348 | editor->page()->mainFrame()->evaluateJavaScript(script); |
| 1349 | microFocusChanged(); |
| 1350 | } |
| 1351 | |
| 1352 | |
| 1353 | // The font name list was selected |
no test coverage detected