| 124 | } |
| 125 | |
| 126 | void TextDocumentEditorView::saveToObject() |
| 127 | { |
| 128 | fastsignals::shared_connection_block textBlock {textConnection}; |
| 129 | textDocument->Text.setValue(getEditor()->document()->toPlainText().toUtf8()); |
| 130 | textDocument->purgeTouched(); |
| 131 | } |
| 132 | |
| 133 | QStringList TextDocumentEditorView::undoActions() const |
| 134 | { |
nothing calls this directly
no test coverage detected