MCPcopy Create free account
hub / github.com/KDE/okular / deselectAllAnnotationActions

Method deselectAllAnnotationActions

part/annotationactionhandler.cpp:839–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839void AnnotationActionHandler::deselectAllAnnotationActions()
840{
841 QAction *checkedAction = d->agTools->checkedAction();
842 if (checkedAction) {
843 checkedAction->trigger(); // action group workaround: using trigger instead of setChecked
844 }
845}
846
847void AnnotationActionHandler::slotAnnotationToolBarVisibilityChanged(bool visible)
848{

Callers 2

detachAnnotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected