| 471 | } |
| 472 | |
| 473 | void AnnotationActionHandlerPrivate::selectTool(int toolId) |
| 474 | { |
| 475 | selectedBuiltinTool = toolId; |
| 476 | annotator->selectBuiltinTool(toolId, PageViewAnnotator::ShowTip::Yes); |
| 477 | parseTool(toolId); |
| 478 | } |
| 479 | |
| 480 | void AnnotationActionHandlerPrivate::slotStampToolSelected(const QString &stamp) |
| 481 | { |
no test coverage detected