Skip to content

Commit

Permalink
Re-add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 31, 2016
1 parent 5b36dfc commit d411b67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/qgsannotationitem.h
Expand Up @@ -74,6 +74,10 @@ class GUI_EXPORT QgsAnnotationItem: public QgsMapCanvasItem, public QgsAnnotatio
virtual QPointF relativePosition() const override;
virtual double scaleFactor() const override;
virtual bool showItem() const override { return isVisible(); }

/**
* Sets the CRS of the map position.
*/
virtual void setMapPositionCrs( const QgsCoordinateReferenceSystem& crs );
QgsCoordinateReferenceSystem mapPositionCrs() const override { return mMapPositionCrs; }

Expand Down

0 comments on commit d411b67

Please sign in to comment.