Skip to content

Commit

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

QgsProjectStyleSettings *QgsProject::styleSettings()
{
QGIS_PROTECT_QOBJECT_THREAD_ACCESS
// this method is called quite extensively from other threads via QgsProject::createExpressionContextScope()
QGIS_PROTECT_QOBJECT_THREAD_ACCESS_NON_FATAL

return mStyleSettings;
}
Expand Down

0 comments on commit 57394cf

Please sign in to comment.