summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-06-14 09:31:14 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-16 10:43:46 +0200
commit178d13c0d68bc2d77f9f71b6c98d19b97907ce92 (patch)
tree36c9aeabf6e67721d82f70f2970c873b790ccdf3
parentfb8839690418d3af30536b297b58db94517f2b17 (diff)
Document the deprecation of WFlags
Task-number: QTBUG-31737 Change-Id: I95dab7b174438b27e6fd555f88bca78099656d0c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
-rw-r--r--doc/src/source-breaks.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc
index 6c7c3bcc8..8213be654 100644
--- a/doc/src/source-breaks.qdoc
+++ b/doc/src/source-breaks.qdoc
@@ -182,6 +182,8 @@ The following sections lists the API changes in each module and provides recomme
in the URL, but now it returns "%25" like the \l{QUrl::toEncoded} does.
\li \l{QUrl} no longer has functions that handle individual query items and query delimiters, such as \c addQueryItem() and \c queryPairDelimiter().
These have been moved to the new \l{QUrlQuery} class.
+ \li \l{Qt::WFlags} is deprecated, use \l{Qt::WindowFlags} instead.
+ This typedef dates from the Qt 1 days, and such abbreviations are not current Qt style.
\endlist
\section1 Changes to Qt GUI