Skip to content

Commit

Permalink
Non fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 16, 2022
1 parent 57394cf commit 122c760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/project/qgsproject.cpp
Expand Up @@ -3669,7 +3669,8 @@ QString QgsProject::presetHomePath() const

QgsRelationManager *QgsProject::relationManager() const
{
QGIS_PROTECT_QOBJECT_THREAD_ACCESS
// because relation aggregate functions are not thread safe
QGIS_PROTECT_QOBJECT_THREAD_ACCESS_NON_FATAL

return mRelationManager;
}
Expand Down

0 comments on commit 122c760

Please sign in to comment.