Skip to content

Commit 86f4293

Browse files
committed
Doxygen
1 parent 26626ea commit 86f4293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsvectorlayerutils.h

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ class CORE_EXPORT QgsVectorLayerUtils
162162
* thread is safe too.
163163
* This should be used in scenarios, where a ``QWeakPointer<QgsVectorLayer>`` is kept in a thread
164164
* 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.
165166
*
166167
* \note Requires Qt >= 5.10 to make use of the thread-safe implementation
167168
* \since QGIS 3.4

0 commit comments

Comments
 (0)