MCPcopy Create free account
hub / github.com/IgKh/katvan / resetNavigationData

Method resetNavigationData

core/katvan_editor.cpp:307–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void Editor::resetNavigationData()
308{
309 d_currentLandmark.reset();
310 d_backLandmarks.clear();
311 d_forwardLandmarks.clear();
312
313 Q_EMIT goBackAvailable(false);
314 Q_EMIT goForwardAvailable(false);
315}
316
317void Editor::goToBlock(const QTextCursor& targetCursor, bool takeFocus)
318{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected