summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2010-01-27 17:15:55 (GMT)
committerDaniel Molkentin <daniel.molkentin@nokia.com>2010-01-27 17:15:55 (GMT)
commit3093340cd24874bf79072d1cb6aaefa3ddc1d939 (patch)
tree01677ff1c59b79e04e12229d047f43d4233acd19 /configure
parent7a2f867546ed8c40b77b533c0cd21d4f3d2e9cd5 (diff)
downloadQt-3093340cd24874bf79072d1cb6aaefa3ddc1d939.zip
Qt-3093340cd24874bf79072d1cb6aaefa3ddc1d939.tar.gz
Qt-3093340cd24874bf79072d1cb6aaefa3ddc1d939.tar.bz2
Fix QSettings default paths not being initialized when setPath() is called
This only coincidently worked on Linux, because it creates a QSettings object to read system settings before any user data was executed, thus initializing the static default path data. However, if only the SystemPath was modified, the UserPath never got initialized on non-Linux platforms, causing settings for the users below $PWD. Also, it removes unncessary checks and mutex locks, which should give a slight speed up. Reviewed-By: dt
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions