Skip to content

Commit e968819

Browse files
committed
More comprehensive API docs
1 parent 1332e5c commit e968819

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/qgsvectorlayerutils.h

+2
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ class CORE_EXPORT QgsVectorLayerUtils
163163
* and features should be fetched from this layer. Using the layer directly is not safe to do.
164164
* The result will be ``nullptr`` if the layer has been deleted.
165165
* If \a feedback is specified, the call will return if the feedback is canceled.
166+
* Returns a new feature source for the \a layer. The source may be a nullptr if the layer no longer
167+
* exists or if the feedback is canceled.
166168
*
167169
* \note Requires Qt >= 5.10 to make use of the thread-safe implementation
168170
* \since QGIS 3.4

0 commit comments

Comments
 (0)