| 261 | } |
| 262 | |
| 263 | void MarkdownNotesSidebar::openNoteById(const QString& linkObjectId, |
| 264 | const QString& noteId) |
| 265 | { |
| 266 | if (searchMode) exitSearchMode(); |
| 267 | showOutlineView(); |
| 268 | if (notesTreePanel) notesTreePanel->openNoteById(linkObjectId, noteId); |
| 269 | } |
| 270 | |
| 271 | void MarkdownNotesSidebar::highlightPage(int pageIndex) |
| 272 | { |
no outgoing calls
no test coverage detected