Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #5443 from m-kuhn/iteratorTimeout
[feature] Allow to specify timeout when requesting features
- Loading branch information
Showing
with
138 additions
and 6 deletions.
- +26 −0 python/core/qgsfeatureiterator.sip
- +13 −0 python/core/qgsfeaturerequest.sip
- +2 −0 python/core/qgsvectorlayerfeatureiterator.sip
- +17 −6 src/core/qgsconnectionpool.h
- +5 −0 src/core/qgsfeatureiterator.cpp
- +36 −0 src/core/qgsfeatureiterator.h
- +11 −0 src/core/qgsfeaturerequest.cpp
- +21 −0 src/core/qgsfeaturerequest.h
- +5 −0 src/core/qgsvectorlayerfeatureiterator.cpp
- +2 −0 src/core/qgsvectorlayerfeatureiterator.h