Fix documentation of QImage{Reader,Writer}::imageFormatsForMimeType()
Fix a qdoc warning about unknown command \mimeType.
Amends 37217c57fa.
Task-number: QTBUG-49714
Change-Id: I48b38864e502164d9ccf5e2ba75bfd4084344ce0
Reviewed-by: Alexander Volkov <a.volkov@rusbitech.ru>
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
bb10
parent
ae8e27b58a
commit
d12d7d3761
|
|
@ -1555,7 +1555,7 @@ QList<QByteArray> QImageReader::supportedMimeTypes()
|
|||
/*!
|
||||
\since 5.12
|
||||
|
||||
Returns the list of image formats corresponding to \mimeType.
|
||||
Returns the list of image formats corresponding to \a mimeType.
|
||||
|
||||
Note that the QGuiApplication instance must be created before this function is
|
||||
called.
|
||||
|
|
|
|||
|
|
@ -866,7 +866,7 @@ QList<QByteArray> QImageWriter::supportedMimeTypes()
|
|||
/*!
|
||||
\since 5.12
|
||||
|
||||
Returns the list of image formats corresponding to \mimeType.
|
||||
Returns the list of image formats corresponding to \a mimeType.
|
||||
|
||||
Note that the QGuiApplication instance must be created before this function is
|
||||
called.
|
||||
|
|
|
|||
Loading…
Reference in New Issue