summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2023-06-02 07:55:35 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-02 10:43:10 +0000
commita3a420c3eae50ec764f5bfc390398b67601e33c8 (patch)
treed3c0b45643982230b8f51adcc044f519b4a32304
parent44df08c5f6d25c87380d005b420df6da4a6fe7ad (diff)
Unify text on overview pages for obsolete content
The pages for obsolete C++ classes and obsolete QML types, respectively, are mostly identical but have diverged slightly. This patch unifies the two pages, such that headings and wording appear identical except for domain specific terminology (e.g. C++ classes vs QML types). - Add missing section1 at the top of obsolete QML types page. - Unify wording across section titles for both pages. Task-number: QTBUG-114157 Change-Id: Ib85d758a76f94ee87f9e1ce04176979544f65396 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> (cherry picked from commit 5917b2b7ed8aa1da069d2a38252c5f15c7808a28) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/classes.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/classes.qdoc b/doc/src/classes.qdoc
index 9cb28aaac..462921e64 100644
--- a/doc/src/classes.qdoc
+++ b/doc/src/classes.qdoc
@@ -143,7 +143,7 @@
\generatelist obsoleteclasses
- \section1 C++ classes that contain one or more members that are deprecated
+ \section1 C++ classes that contain deprecated members
The following Qt C++ classes contain one or more members that are
now obsolete. Obsolete members are no longer maintained. They are
@@ -161,13 +161,15 @@
\ingroup classlists
\brief A list of obsolete QML types that should not be used in new code.
+ \section1 QML types that are deprecated
+
The following QML types are now obsolete. Obsolete types
are no longer maintained. They are provided to keep old source
code working, but they can be removed in a future release. We
strongly advise against using these classes in new code.
\generatelist obsoleteqmltypes
- \section1 QML Types with Obsolete Properties or Methods
+ \section1 QML types that contain deprecated properties or methods
The following QML types contain one or more properties or methods that are
now obsolete. Obsolete members are no longer maintained. They are