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
Nico Vertriest 2017-08-02 15:28:17 +02:00 committed by Jędrzej Nowacki
parent 8f03656211
commit 2765b0cf3a
1 changed files with 1 additions and 1 deletions

View File

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