summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2012-11-22 14:29:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-23 20:40:02 +0100
commit553e216d891177ee0c2cea70bbd7f21103fc7795 (patch)
tree99466d02c57215f874000b7b6c780e82112e92f1 /dist
parente4e8578c350102a387aa023e7ffc3adcde3d8ae1 (diff)
Remove QApplication::type() and make QCoreApplication::Type internal
These Qt3 legacy application types do not match the application types available in Qt5. Thus, the decision was to kill the confusing and mostly useless type enum. Use for example qobject_cast instead to find out the application type. Task-number: QTBUG-28093 Change-Id: Ia8cf7c3ea98a3cea27f74760d62e519ea10bce9f Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'dist')
-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 *
****************************************************************************