We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26626ea commit 86f4293Copy full SHA for 86f4293
src/core/qgsvectorlayerutils.h
@@ -162,6 +162,7 @@ class CORE_EXPORT QgsVectorLayerUtils
162
* thread is safe too.
163
* This should be used in scenarios, where a ``QWeakPointer<QgsVectorLayer>`` is kept in a thread
164
* and features should be fetched from this layer. Using the layer directly is not safe to do.
165
+ * The result will be ``nullptr`` if the layer has been deleted.
166
*
167
* \note Requires Qt >= 5.10 to make use of the thread-safe implementation
168
* \since QGIS 3.4
0 commit comments