summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2013-07-11 18:52:13 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-14 16:36:24 +0200
commit7297dbabb4ca36e85fe4eff9e6754d113def5ec7 (patch)
tree81dd66e4520f682c250b852b397eeae5aa20077e /doc/src
parentaae8947ca5c26e7cd2f3235b04d996f17c7f918c (diff)
downloadqtdoc-7297dbabb4ca36e85fe4eff9e6754d113def5ec7.tar.gz
QDesktopServices porting notes: fix copy/paste error and add link.
Change-Id: I593d0527b0db4785b5645f6fb9d599bfbaceec64 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/source-breaks.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc
index 109571ff..c04e7aa3 100644
--- a/doc/src/source-breaks.qdoc
+++ b/doc/src/source-breaks.qdoc
@@ -229,8 +229,9 @@ The following sections lists the API changes in each module and provides recomme
\li \l{QSound} is moved to Qt Multimedia from Qt GUI.
\li \l{QImage::fill()} on an image with format \c{Format_RGB888} now expects image data in RGB layout as opposed to BGR layout.
This is to ensure consistency with RGB32 and other 32-bit formats.
- \li \c QDesktopServices::storageLocation() and \c QDesktopServices::displayName() are replaced by \l{QStandardPaths::storageLocation()}
+ \li \c QDesktopServices::storageLocation() and \c QDesktopServices::displayName() are replaced by \l{QStandardPaths::writableLocation()}
and \l{QStandardPaths::displayName()} respectively. They are now in the \l{Qt Core} module.
+ Make sure to read the \l{QDesktopServices::storageLocation()} documentation when porting from \l{QDesktopServices::DataLocation}.
\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