Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.6.0
-
OS X 10.10
Description
[OS X] QSettings: When a value is changed then it will cause everything to be lexically ordered in the ini file, however this is not the case on Windows. This happens because on other platforms to Windows it is defining QT_QSETTINGS_ALWAYS_CASE_SENSITIVE_AND_FORGET_ORIGINAL_KEY_ORDER and this is not set on Windows.
The case sensitive flag of course makes sense, but it could at least respect the original key order in all cases to keep things consistent across platforms.