Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.4.1
-
None
-
Qt 5.4.1 MSVC 2013 - 64bits - OpenGL
Windows 8
Description
With Qt 5.3 when a ini file is modified by QSettings class the creation date of the file is kept, and the modification date is overwritten.
From Qt 5.4 when QSettings writes the file it erase both the creation and modification date of the file.
It seems it comes from the usage of QSaveFile to save safely the file.
Is this behaviour change an unwanted side effect or is it intentionnal ?
Is there a way to get back to the pevious behaviour ?
Thanks