Doc: link issue and qdoc error on parameter
- No such parameter 'image' in QImage::toCGImage() - Can't link to 'toNSImage() Change-Id: Ida559fb1211d1e196d9a9a50d97566124e82eb2f Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>bb10
parent
8b1d9d308b
commit
e7034fddfe
|
|
@ -41,7 +41,7 @@
|
|||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
Creates a \c CGImage equivalent to the QImage \a image. Returns a
|
||||
Creates a \c CGImage equivalent to this QImage. Returns a
|
||||
\c CGImageRef handle.
|
||||
|
||||
The returned CGImageRef partakes in the QImage implicit sharing,
|
||||
|
|
@ -85,7 +85,7 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
The CGImageRef color space is set to the sRGB color space.
|
||||
|
||||
\sa toNSImage()
|
||||
\sa QtMac::toNSImage()
|
||||
*/
|
||||
CGImageRef QImage::toCGImage() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue