diff options
author | Richard Dale <richard.dale@codethink.co.uk> | 2013-07-04 09:56:29 +0100 |
---|---|---|
committer | Richard Dale <richard.dale@codethink.co.uk> | 2013-07-04 09:56:29 +0100 |
commit | 674abef4f06bdde57a272d69750e2a4ac5027ea9 (patch) | |
tree | 40c8b2d640fd720100c5f3640ea33c845f798770 /doc/src/source-breaks.qdoc | |
parent | 38b229c6b7c9bf728a4b7f8470d04870a132f66a (diff) | |
parent | 4d875f2b0666009bae23fd15417f7fe03b70f612 (diff) | |
download | qtdoc-baserock/morph.tar.gz |
Merge v5.1.0 releasebaserock/morph
Diffstat (limited to 'doc/src/source-breaks.qdoc')
-rw-r--r-- | doc/src/source-breaks.qdoc | 2 |
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 |