Set the focus to the note
| 2499 | |
| 2500 | // Set the focus to the note |
| 2501 | void NBrowserWindow::focusNote() { |
| 2502 | this->editor->setFocus(); |
| 2503 | } |
| 2504 | |
| 2505 | |
| 2506 | // Insert the date/time into a note |
nothing calls this directly
no outgoing calls
no test coverage detected