mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
add note in which version QImageReader::supportedMimeTypes(), QImageWriter::defaultImageFormat() and QImageWriter::supportedMimeTypes() appeared
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f702899bf1
commit
d6327b9615
2 changed files with 6 additions and 0 deletions
|
@ -924,6 +924,8 @@ QList<QByteArray> QImageReader::supportedImageFormats()
|
|||
}
|
||||
|
||||
/*!
|
||||
\since 4.12
|
||||
|
||||
Returns the list of image MIME types supported by QImageReader.
|
||||
|
||||
\sa supportedImageFormats(), QImageWriter::supportedImageFormats(),
|
||||
|
|
|
@ -495,6 +495,8 @@ bool QImageWriter::supportsOption(QImageIOHandler::ImageOption option) const
|
|||
}
|
||||
|
||||
/*!
|
||||
\since 4.12
|
||||
|
||||
Returns the default image format to use with QImageWriter.
|
||||
|
||||
\sa supportedImageFormats()
|
||||
|
@ -550,6 +552,8 @@ QList<QByteArray> QImageWriter::supportedImageFormats()
|
|||
}
|
||||
|
||||
/*!
|
||||
\since 4.12
|
||||
|
||||
Returns the list of image MIME types supported by QImageWriter.
|
||||
|
||||
\sa supportedImageFormats(), QImageReader::supportedImageFormats(),
|
||||
|
|
Loading…
Add table
Reference in a new issue