summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2012-01-02 16:47:59 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-05 02:17:04 +0100
commitb0cf81684dd834d238b0233412fbfebd24fc5e27 (patch)
treec198e1c91428c2f956be17d698d301b2602e6ee7 /dist/changes-5.0.0
parentb237c6683be3be5054ca32e9bf434de92d787f2b (diff)
Removed obsolete function QUuid::operator QString()
It is a source incompatible change, but I believe it is safe to say that it is a small change, which doesn't affect many people. Change-Id: Iad11befe4cca60484cf4e04cd3049c93a4ea5faf Reviewed-by: Prasanth Ullattil <prasanth.ullattil@nokia.com> Reviewed-by: João Abecasis <joao.abecasis@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 3dec253f59..71aa52c79f 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -136,6 +136,11 @@ information about a particular change.
QAbstractEventDispatcher::registeredTimers() will need to be updated to pass
3 arguments to the TimerInfo constructor (instead of 2).
+- QUuid
+
+ * Removed implicit conversion operator QUuid::operator QString(), instead
+ QUuid::toString() function should be used.
+
****************************************************************************
* General *
****************************************************************************