Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.3
-
None
Description
QTemporaryFile f;
f.setFileTemplate("c:/something//fileXXXX");
Does not work on Windows, but on Linux it does work to have // in the path for QTemporaryFile.
QFile on the other hand will work with '//' in the path on Windows.