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
Friedemann Kleint 2018-03-28 15:34:20 +02:00
parent ae8e27b58a
commit d12d7d3761
2 changed files with 2 additions and 2 deletions

View File

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

View File

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