Skip to content

Commit 146cc72

Browse files
committed
More docstrings
1 parent a481687 commit 146cc72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/analysis/vector/geometry_checker/qgsfeaturepool.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ class ANALYSIS_EXPORT QgsFeaturePool : public QgsFeatureSink
7979
*/
8080
QgsVectorLayer *layer() const;
8181

82+
/**
83+
* Get a QPointer to the underlying layer.
84+
* Note that access to any methods of the object
85+
* will need to be done on the main thread and
86+
* the pointer will need to be checked for validity
87+
* before usage.
88+
*/
8289
QPointer<QgsVectorLayer> layerPtr() const;
8390

8491
/**

0 commit comments

Comments
 (0)