Skip to content

Commit 95d2a27

Browse files
committed
Split QgsVectorFileWriter writeAsVectorFormat into two methods
to allow correct thread-safe usage There is now a prepare method, which must be run on the main thread and which prepopulates feature iterators and clones renderers, and a separate write method which is safe to execute on background threads (e.g. tasks) Fixes #18516
1 parent 5ecb7cc commit 95d2a27

File tree

4 files changed

+220
-141
lines changed

4 files changed

+220
-141
lines changed

0 commit comments

Comments
 (0)