| 1713 | } |
| 1714 | |
| 1715 | void PageViewAnnotator::setAnnotationWidth(double width) |
| 1716 | { |
| 1717 | currentAnnotationElement().setAttribute(QStringLiteral("width"), QString::number(width)); |
| 1718 | saveBuiltinAnnotationTools(); |
| 1719 | selectLastTool(); |
| 1720 | } |
| 1721 | |
| 1722 | void PageViewAnnotator::setAnnotationColor(const QColor &color) |
| 1723 | { |
no outgoing calls
no test coverage detected