From 6dd94930284cf8b4274433ecc8dbafe3df973773 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 30 Nov 2012 22:24:08 +0100 Subject: changes-5.0.0: SC incompatible change - internalized QStyle subclasses Change-Id: I06147f9774797c96efeaada7e0c134a769d28cdd Reviewed-by: Sergio Ahumada Reviewed-by: Lars Knoll --- dist/changes-5.0.0 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 4a033e2f66..1ff2348997 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -336,6 +336,20 @@ information about a particular change. available in Qt5. Use for example qobject_cast instead to dynamically find out the exact application type. +- The following QStyle implementations have been made internal: + * QFusionStyle + * QGtkStyle + * QMacStyle + * QWindowsCEStyle + * QWindowsMobileStyle + * QWindowsStyle + * QWindowsVistaStyle + * QWindowsXPStyle + Instead of creating instances or inheriting these classes directly, use: + * QStyleFactory for creating instances of specific styles + * QProxyStyle for customizing existing style implementations + * QCommonStyle as a base for implementing full custom styles. + **************************************************************************** * General * **************************************************************************** -- cgit v1.2.3