Skip to content

Commit

Permalink
Another non-fatal because of aggregate thread safety
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 16, 2022
1 parent c61a9fa commit 89fdee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/vector/qgsvectorlayer.cpp
Expand Up @@ -1154,7 +1154,8 @@ QgsConditionalLayerStyles *QgsVectorLayer::conditionalStyles() const

QgsFeatureIterator QgsVectorLayer::getFeatures( const QgsFeatureRequest &request ) const
{
QGIS_PROTECT_QOBJECT_THREAD_ACCESS
// non fatal for now -- the aggregate expression functions are not thread safe and call this
QGIS_PROTECT_QOBJECT_THREAD_ACCESS_NON_FATAL

if ( !isValid() || !mDataProvider )
return QgsFeatureIterator();
Expand Down

0 comments on commit 89fdee5

Please sign in to comment.