Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
4.6.2
-
None
-
Windows.
Description
In "qfiledialog_win.cpp", in the function "qt_win_make_OFN", line 230 is a list of replacement with this form:
initSel.replace(QLatin1String("<"), QLatin1String(""));
If qt removes some of the special characters, it should probably remove every illegal character, not just
< > \ |
but
\ / : * ? " < > |
as well.