Remove deprecated FIXME

This commit is contained in:
Florian Bruhin 2014-05-09 09:19:54 +02:00
parent 489a5cd082
commit 590ab887cd

View File

@ -146,7 +146,6 @@ def get_standard_dir(typ):
typ: A member of the QStandardPaths::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)
# Qt seems to use '/' as path separator even on Windows...
path = path.replace('/', os.sep)