Skip to content

Commit d411b67

Browse files
committedDec 31, 2016
Re-add missing doc
1 parent 5b36dfc commit d411b67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/gui/qgsannotationitem.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ class GUI_EXPORT QgsAnnotationItem: public QgsMapCanvasItem, public QgsAnnotatio
7474
virtual QPointF relativePosition() const override;
7575
virtual double scaleFactor() const override;
7676
virtual bool showItem() const override { return isVisible(); }
77+
78+
/**
79+
* Sets the CRS of the map position.
80+
*/
7781
virtual void setMapPositionCrs( const QgsCoordinateReferenceSystem& crs );
7882
QgsCoordinateReferenceSystem mapPositionCrs() const override { return mMapPositionCrs; }
7983

0 commit comments

Comments
 (0)
Please sign in to comment.