summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2016-01-28 22:55:31 +0800
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-01-29 08:19:45 +0000
commit3b5b774faf1bcb4a42a4fe5632ba9743d0d13c5e (patch)
tree53ba39d50d072492b15cb760b9c6c7f83577f3d7
parent2c27a55cfbfc84b9a6bcd9e47267edb5c2d14b57 (diff)
downloadqtdoc-3b5b774faf1bcb4a42a4fe5632ba9743d0d13c5e.tar.gz
Doc: Update list and descriptions of deprecated modules
- Remove incorrect label; Qt XML is NOT deprecated. - Unify and simplify Qt OpenGL and Qt Script descriptions. Change-Id: I0de1821aedf6c41d95353177f9418382f88bf714 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-rw-r--r--doc/src/qtmodules.qdoc16
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/src/qtmodules.qdoc b/doc/src/qtmodules.qdoc
index 4d458bd4..045743bb 100644
--- a/doc/src/qtmodules.qdoc
+++ b/doc/src/qtmodules.qdoc
@@ -192,12 +192,11 @@
\li \l{Qt for Android}{Android} and \l{Qt for Linux/X11}{Linux}
\li Provides access to Near-Field communication (NFC) hardware.
\row
- \li \l[QtOpenGL]{Qt OpenGL}
+ \li \l[QtOpenGL]{Qt OpenGL} (Deprecated)
\li
\li
- \li OpenGL support classes.
- \note Provided to ease porting from Qt 4.x. Please use the QOpenGL
- classes in \l{Qt GUI} for new code
+ \li OpenGL support classes. Deprecated in favor of the \c{QOpenGL*}
+ classes in the \l{Qt GUI} module.
\row
\li \l[QtPlatformHeaders]{Qt Platform Headers}
\li
@@ -231,9 +230,8 @@
\li \l[QtScript]{Qt Script} (Deprecated)
\li All
\li
- \li Classes for making Qt applications scriptable. Provided for Qt 4.x
- compatibility. Please use the QJS* classes in the \l{Qt QML} module for
- new code.
+ \li Classes for making Qt applications scriptable. Deprecated in favor
+ of the \c{QJS*} classes in the \l{Qt QML} module.
\row
\li \l[QtScriptTools]{Qt Script Tools} (Deprecated)
\li All
@@ -301,8 +299,8 @@
\li
\li
\li C++ implementations of SAX and DOM.
- \note Deprecated, please use QXmlStreamReader and QXmlStreamWriter
- for new functionality.
+ \note This module is not required to use QXmlStreamReader and
+ QXmlStreamWriter. They are already part of \l{Qt Core}.
\row
\li \l[QtXmlPatterns]{Qt XML Patterns}
\li