summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2012-01-16 20:20:39 +0000
committerQt by Nokia <qt-info@nokia.com>2012-01-31 04:02:25 +0100
commit35b96c0d3d45ac991528099f4effa708bbb170e8 (patch)
tree5344cca7ff27d9e5c84c1272fbface74ac0fc1e8 /dist/changes-5.0.0
parent21b5d0e2c3dfcafcca098d285498ffc9fbbf0498 (diff)
QDateTime: Deprecate setYMD()
Change-Id: I077332df554fb750666d51486c97724411276679 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index cdab7970ef..ad085b3974 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -234,6 +234,10 @@ QtCore
now return an empty QString, QStringRef or QByteArray respectively.
in Qt 4 they returned a null QString or a null QStringRef.
+* QDate, QTime, and QDateTime have undergone important behavioural changes:
+ * QDate::setYMD() is deprecated, use QDate::setDate() instead
+
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via