Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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 (cherry-picked from 95d2a27)
- Loading branch information