| 955 | } |
| 956 | |
| 957 | void AnnotationPrivate::annotationTransform(const QTransform &matrix) |
| 958 | { |
| 959 | resetTransformation(); |
| 960 | transform(matrix); |
| 961 | } |
| 962 | |
| 963 | void AnnotationPrivate::transform(const QTransform &matrix) |
| 964 | { |
no outgoing calls
no test coverage detected