diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-10-30 13:49:05 (GMT) |
---|---|---|
committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-10-30 13:50:33 (GMT) |
commit | 4510c18ed3ffd2c01d11159fc2d2ec7f0eb48e42 (patch) | |
tree | 0734081121e4aa284168515e7ddb5732b04471d1 /dist | |
parent | 5cca60ad593cc5b8778d7be0b8137ffecd34b247 (diff) | |
download | Qt-4510c18ed3ffd2c01d11159fc2d2ec7f0eb48e42.zip Qt-4510c18ed3ffd2c01d11159fc2d2ec7f0eb48e42.tar.gz Qt-4510c18ed3ffd2c01d11159fc2d2ec7f0eb48e42.tar.bz2 |
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.0 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 7f723da..abe4427 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 |