Search for the next occurrence of text in a note.
| 2462 | //* in a note. |
| 2463 | //******************************************* |
| 2464 | void NixNote::findNextInNote() { |
| 2465 | tabWindow->currentBrowser()->findNextInNote(); |
| 2466 | } |
| 2467 | |
| 2468 | |
| 2469 |
nothing calls this directly
no test coverage detected