We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1332e5c commit e968819Copy full SHA for e968819
src/core/qgsvectorlayerutils.h
@@ -163,6 +163,8 @@ class CORE_EXPORT QgsVectorLayerUtils
163
* and features should be fetched from this layer. Using the layer directly is not safe to do.
164
* The result will be ``nullptr`` if the layer has been deleted.
165
* 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.
168
*
169
* \note Requires Qt >= 5.10 to make use of the thread-safe implementation
170
* \since QGIS 3.4
0 commit comments