Adjust Qt 5.8.1 check
There's never going to be a 5.8.1
This commit is contained in:
parent
a320aa5ef7
commit
ebf3d208f6
@ -147,7 +147,7 @@ def _get_suggested_filename(path):
|
||||
"""
|
||||
filename = os.path.basename(path)
|
||||
filename = re.sub(r'\([0-9]+\)(?=\.|$)', '', filename)
|
||||
if not qtutils.version_check('5.8.1'):
|
||||
if not qtutils.version_check('5.9'):
|
||||
# https://bugreports.qt.io/browse/QTBUG-58155
|
||||
filename = urllib.parse.unquote(filename)
|
||||
# Doing basename a *second* time because there could be a %2F in
|
||||
|
Loading…
Reference in New Issue
Block a user