Skip to content

Commit 3073d34

Browse files
committedFeb 26, 2019
Fix typo in canvas doc
1 parent fa17606 commit 3073d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsmapcanvas.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ class GUI_EXPORT QgsMapCanvas : public QGraphicsView
651651
//! Receives signal about selection change, and pass it on with layer info
652652
void selectionChangedSlot();
653653

654-
//! Save the convtents of the map canvas to disk as an image
654+
//! Save the contents of the map canvas to disk as an image
655655
void saveAsImage( const QString &fileName, QPixmap *QPixmap = nullptr, const QString & = "PNG" );
656656

657657
//! This slot is connected to the visibility change of one or more layers

0 commit comments

Comments
 (0)
Please sign in to comment.