Skip to content

Commit 1a89731

Browse files
committed
Doxymentation
1 parent d69a7f2 commit 1a89731

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/qgsvectorlayer.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,10 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
15141514
*/
15151515
void removeSelection();
15161516

1517+
/**
1518+
* Will advice the map canvas (and any other interested party) that this layer requires to be repainted.
1519+
* Will emit a repaintRequested() signal.
1520+
*/
15171521
void triggerRepaint();
15181522

15191523
/** Update the extents for the layer. This is necessary if features are

0 commit comments

Comments
 (0)