From 3b5b774faf1bcb4a42a4fe5632ba9743d0d13c5e Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Thu, 28 Jan 2016 22:55:31 +0800 Subject: Doc: Update list and descriptions of deprecated modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove incorrect label; Qt XML is NOT deprecated. - Unify and simplify Qt OpenGL and Qt Script descriptions. Change-Id: I0de1821aedf6c41d95353177f9418382f88bf714 Reviewed-by: Topi Reiniƶ --- doc/src/qtmodules.qdoc | 16 +++++++--------- 1 file 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 -- cgit v1.2.1