summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2013-07-02 17:06:12 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-04 14:20:29 +0200
commitdc8430fb534e67a083022ddfc7f31a7555edc7a3 (patch)
tree1497c8ad0656a3c1fa58309f4d7066f50f4f84b4
parentd6857381db7df50dd88a208ee37ac42cd3d1fa5a (diff)
Doc: Updated the C++ API changes list with QMotifStyle information
Task-number: QTBUG-31997 Change-Id: Iabe9f8f2d84a619031ff6bb3a846808419b36473 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
-rw-r--r--doc/src/source-breaks.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc
index 8213be654..1f6a79668 100644
--- a/doc/src/source-breaks.qdoc
+++ b/doc/src/source-breaks.qdoc
@@ -229,6 +229,13 @@ The following sections lists the API changes in each module and provides recomme
\li \c QDesktopServices::storageLocation() and \c QDesktopServices::displayName() are replaced by \l{QStandardPaths::storageLocation()}
and \l{QStandardPaths::displayName()} respectively. They are now in the \l{Qt Core} module.
\li \c QPixmap::grabWindow() and \c QPixmap::grabWidget() are removed. Use \l{QScreen::grabWindow()} instead.
+ \li QMotifStyle, QPlastiqueStyle, QCleanlooksStyle, and QCDEStyle are
+ replaced with a new style, QFusionStyle. If your application depends on
+ any of these removed styles, you can either use the
+ \l{http://qt.gitorious.org/qt/qtstyleplugins}{qtstyleplugins} project
+ to get these styles or update your application to use the new fusion style.
+ For more details about this change, see
+ \l{https://blog.qt.digia.com/blog/2012/10/30/cleaning-up-styles-in-qt5-and-adding-fusion/}.
\endlist
\section1 Changes to Qt Widgets