diff options
author | Andy Shaw <andy.shaw@digia.com> | 2013-06-11 12:59:53 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-06-12 06:35:31 (GMT) |
commit | e813793940c961a7d831dca133512f61e8bf78f5 (patch) | |
tree | 52bbb7ee83fe18a844aa571c468833f820f8dc02 | |
parent | 32967b052adff8c59f41160088a6acecb5a81813 (diff) | |
download | Qt-e813793940c961a7d831dca133512f61e8bf78f5.zip Qt-e813793940c961a7d831dca133512f61e8bf78f5.tar.gz Qt-e813793940c961a7d831dca133512f61e8bf78f5.tar.bz2 |
Document the fact that QPA is experimental in Qt 4.8
Task-number: QTBUG-26912
Change-Id: I8544a970f58faf9fd9811603d6640ad2b99ebe1d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r-- | doc/src/qt4-intro.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc index 0fdc435..81f2ba5 100644 --- a/doc/src/qt4-intro.qdoc +++ b/doc/src/qt4-intro.qdoc @@ -524,6 +524,9 @@ easier. It provides a clean abstraction layer for porting QtGui to new window systems. + \note QPA is considered an experimental feature in Qt 4.8. In Qt 5 it + is a supported and complete feature. + \section1 Qt WebKit 2.2 The new Qt WebKit release introduces bug fixes, performance improvements, |