summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2009-10-30 14:49:05 +0100
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2009-10-30 14:50:33 +0100
commit4510c18ed3ffd2c01d11159fc2d2ec7f0eb48e42 (patch)
tree0734081121e4aa284168515e7ddb5732b04471d1 /dist
parent5cca60ad593cc5b8778d7be0b8137ffecd34b247 (diff)
Fix QDesktopServices::DataLocation on Mac.
DataLocation now behaves as on the other platforms, QCoreApplication::organizationName() and applicationName() is included in the returned path.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 7f723dae67..abe44274d3 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -143,3 +143,7 @@ information about a particular change.
function setFloatingPointPrecision(). Set Qt_4_5 as the version of the
QDataStream to get the behavior of previous versions.
+ - On Mac OS X, QDesktopServices::storageLocation(DataLocation) now includes
+ QCoreApplication::organizationName() and QCoreApplication::applicationName()
+ if those are set. This matches the behavior on the other platforms.
+ \ No newline at end of file