Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use public method
  • Loading branch information
3nids committed May 1, 2023
1 parent de02e88 commit d888ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/additions/qgssettingsentry.py
Expand Up @@ -132,7 +132,7 @@ def setValue(self, value, dynamicKeyPart: (list, str) = None):
elif dynamicKeyPart is None:
dynamicKeyPart = []

return super().setVariantValuePrivate(enum_flag_key, dynamicKeyPart)
return super().setVariantValue(enum_flag_key, dynamicKeyPart)

def settingsType(self):
"""
Expand Down

0 comments on commit d888ee2

Please sign in to comment.