summaryrefslogtreecommitdiff
path: root/doc/src/source-breaks.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/source-breaks.qdoc')
-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 6c7c3bcc..8213be65 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