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
Change-Id: If7df85523ce6b3aa09605bd89d9899ce308d2671
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
(cherry picked from commit 76ecff6aebb35f4e39439aab8d18d828c3c8a1fd)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Andreas Eliasson 2023-01-23 10:55:22 +01:00 committed by Qt Cherry-pick Bot
parent bb35230991
commit 58fc19b683
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