diff options
author | Andreas Eliasson <[email protected]> | 2023-01-23 10:55:22 +0100 |
---|---|---|
committer | Andreas Eliasson <[email protected]> | 2023-01-23 17:50:51 +0100 |
commit | 76ecff6aebb35f4e39439aab8d18d828c3c8a1fd (patch) | |
tree | 966c3bece8c52cba5e18a2cc321daa23a595e6a2 | |
parent | 17ab11ce493477f891916351b6ac0f0a8ad28ca6 (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 <[email protected]>
-rw-r--r-- | src/corelib/doc/src/io.qdoc | 2 | ||||
-rw-r--r-- | src/gui/image/qimagereader.cpp | 1 | ||||
-rw-r--r-- | src/gui/image/qimagewriter.cpp | 1 | ||||
-rw-r--r-- | src/gui/text/qtextdocumentwriter.cpp | 1 |
4 files changed, 1 insertions, 4 deletions
diff --git a/src/corelib/doc/src/io.qdoc b/src/corelib/doc/src/io.qdoc index 80caf9a769b..443d324f759 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. */ diff --git a/src/gui/image/qimagereader.cpp b/src/gui/image/qimagereader.cpp index eeca0ffe7a2..6208ae52c76 100644 --- a/src/gui/image/qimagereader.cpp +++ b/src/gui/image/qimagereader.cpp @@ -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 diff --git a/src/gui/image/qimagewriter.cpp b/src/gui/image/qimagewriter.cpp index ae8db3d3b51..d2176e41891 100644 --- a/src/gui/image/qimagewriter.cpp +++ b/src/gui/image/qimagewriter.cpp @@ -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 diff --git a/src/gui/text/qtextdocumentwriter.cpp b/src/gui/text/qtextdocumentwriter.cpp index a39dc9d942b..55f8414bd58 100644 --- a/src/gui/text/qtextdocumentwriter.cpp +++ b/src/gui/text/qtextdocumentwriter.cpp @@ -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 |