summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-01-23 10:55:22 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-01-23 17:50:51 +0100
commit76ecff6aebb35f4e39439aab8d18d828c3c8a1fd (patch)
tree966c3bece8c52cba5e18a2cc321daa23a595e6a2 /src/corelib/doc
parent17ab11ce493477f891916351b6ac0f0a8ad28ca6 (diff)
Doc: Only list qt core classes in qt core io group
The group page for Qt core classes related to I/O include classes from other modules. Remove these classes from the group; it may confuse the reader. Fixes: QTBUG-110020 Pick-to: 6.5 6.4 6.2 5.15 Change-Id: If7df85523ce6b3aa09605bd89d9899ce308d2671 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/io.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/io.qdoc b/src/corelib/doc/src/io.qdoc
index 80caf9a769..443d324f75 100644
--- a/src/corelib/doc/src/io.qdoc
+++ b/src/corelib/doc/src/io.qdoc
@@ -10,7 +10,7 @@
network handling.
These \l{Qt Core} classes are used to handle input and output to and from
- external devices, processes, files etc. as well as manipulating files and
+ external devices, processes, files etc., as well as manipulating files and
directories.
*/