summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-02-20 09:43:02 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-21 12:48:04 +0100
commit84438a77ccff294aa8b63dc6b5b11a58cdca0c12 (patch)
tree34bc78874aad68cf19b8d618097316b7933c63d8 /dist/changes-5.0.0
parent69da8588d41bbf5ab785f5ad7c1fce76deefc7d0 (diff)
Remove qMacVersion()
Add QSysInfo::macVersion() instead, to match the windowsVersion() function. Change-Id: I783e59583ca21653d25586156cbb0cb1f301868b Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 662226d30c..2f34ca5d20 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -216,6 +216,9 @@ information about a particular change.
- QSqlQueryModel::indexInQuery() is now virtual. See note below under QSql.
+- qMacVersion() has been removed. Use QSysInfo::macVersion() or
+ QSysInfo::MacintoshVersion instead.
+
****************************************************************************
* General *
****************************************************************************