added fixme

This commit is contained in:
Andreas Preikschat 2013-01-16 13:42:33 +01:00
parent 15c96f8b87
commit 08d618c604
1 changed files with 2 additions and 2 deletions

View File

@ -276,10 +276,10 @@ class Settings(QtCore.QSettings):
``key``
The key to return the value from.
``defaultValue``
``default_value``
**Note**, do **not** use this. It is *only* for dynamic keys such as ``something %d``.
"""
# FIXME: rework default_value
if default_value is None:
# if group() is not empty the group has not been specified together with the key.
if self.group():