* Pastes the text from the clipboard into the text edit at the current cursor position. * If there is no text in the clipboard nothing happens. */
| 437 | * If there is no text in the clipboard nothing happens. |
| 438 | */ |
| 439 | void EditorView::paste() |
| 440 | { |
| 441 | d->textEdit->paste(); |
| 442 | } |
| 443 | |
| 444 | /** |
| 445 | * Undoes the last operation. |