Doc: remove linking to internal method
qimage.cpp:2127: warning: Can't link to 'isDetached()' Change-Id: Ib8f056441bf08e315ed97caf55c510f50ebaf4ed Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>bb10
parent
8f03656211
commit
2765b0cf3a
|
|
@ -2144,7 +2144,7 @@ QImage QImage::convertToFormat(Format format, const QVector<QRgb> &colorTable, Q
|
|||
\warning If the image is not detached, this will cause the data to be
|
||||
copied.
|
||||
|
||||
\sa isDetached(), hasAlphaChannel(), convertToFormat()
|
||||
\sa hasAlphaChannel(), convertToFormat()
|
||||
*/
|
||||
|
||||
bool QImage::reinterpretAsFormat(Format format)
|
||||
|
|
|
|||
Loading…
Reference in New Issue