* Copies any selected text to the clipboard. */
| 428 | * Copies any selected text to the clipboard. |
| 429 | */ |
| 430 | void EditorView::copy() |
| 431 | { |
| 432 | d->textEdit->copy(); |
| 433 | } |
| 434 | |
| 435 | /** |
| 436 | * Pastes the text from the clipboard into the text edit at the current cursor position. |
no outgoing calls
no test coverage detected