summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-07-18 11:52:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-24 11:12:24 +0200
commit9f4e23c55c7beb0fe28e38d37c8094922c30d1b0 (patch)
tree464db712093cb0554f3eaefe7cea6c7c78949da1
parentbb9b73a7ddcd2bb12261d7965992d448d0d36b24 (diff)
Doc: Document changes to Qt::HANDLE in C++ API Changes page
Qt::HANDLE is always defined as 'void *' on Qt 5.0 Task-number: QTBUG-32469 Change-Id: I945e436dec45a31a99d04b1221e9dad1fbd10476 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/source-breaks.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc
index 1f6a79668..13cfbde2e 100644
--- a/doc/src/source-breaks.qdoc
+++ b/doc/src/source-breaks.qdoc
@@ -184,6 +184,7 @@ The following sections lists the API changes in each module and provides recomme
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.
+ \li \l{Qt::HANDLE} typedef is now defined as \c{void *} on all platforms.
\endlist
\section1 Changes to Qt GUI