summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
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 d64d46ee33..4160d9b43b 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -327,6 +327,11 @@ information about a particular change.
- QPrintEngine - Removed the PPK_SuppressSystemPrintStatus key as no longer used.
+- QCoreApplication::Type and QApplication::type() have been removed. These
+ Qt3 legacy application types did not match the application types
+ available in Qt5. Use for example qobject_cast instead to dynamically
+ find out the exact application type.
+
****************************************************************************
* General *
****************************************************************************