Remove deprecated FIXME
This commit is contained in:
parent
489a5cd082
commit
590ab887cd
@ -146,7 +146,6 @@ def get_standard_dir(typ):
|
|||||||
typ: A member of the QStandardPaths::StandardLocation enum,
|
typ: A member of the QStandardPaths::StandardLocation enum,
|
||||||
see http://qt-project.org/doc/qt-5/qstandardpaths.html#StandardLocation-enum
|
see http://qt-project.org/doc/qt-5/qstandardpaths.html#StandardLocation-enum
|
||||||
"""
|
"""
|
||||||
# FIXME we could easily add some unittests for this
|
|
||||||
path = QStandardPaths.writableLocation(typ)
|
path = QStandardPaths.writableLocation(typ)
|
||||||
# Qt seems to use '/' as path separator even on Windows...
|
# Qt seems to use '/' as path separator even on Windows...
|
||||||
path = path.replace('/', os.sep)
|
path = path.replace('/', os.sep)
|
||||||
|
Loading…
Reference in New Issue
Block a user