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>
This commit is contained in:
Andreas Eliasson 2023-01-23 10:55:22 +01:00
parent 17ab11ce49
commit 76ecff6aeb
4 changed files with 1 additions and 4 deletions

View File

@ -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.
*/

View File

@ -11,7 +11,6 @@
\inmodule QtGui
\reentrant
\ingroup painting
\ingroup io
The most common way to read images is through QImage and QPixmap's
constructors, or by calling QImage::load() and

View File

@ -9,7 +9,6 @@
\inmodule QtGui
\reentrant
\ingroup painting
\ingroup io
QImageWriter supports setting format specific options, such as
compression level and quality, prior to storing the

View File

@ -41,7 +41,6 @@ public:
\inmodule QtGui
\ingroup richtext-processing
\ingroup io
To write a document, construct a QTextDocumentWriter object with either a
file name or a device object, and specify the document format to be