| 837 | } |
| 838 | |
| 839 | void 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 | |
| 847 | void AnnotationActionHandler::slotAnnotationToolBarVisibilityChanged(bool visible) |
| 848 | { |
no outgoing calls
no test coverage detected