From 2765b0cf3ae68b69377e2085c7a26df440b68213 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 2 Aug 2017 15:28:17 +0200 Subject: [PATCH] Doc: remove linking to internal method qimage.cpp:2127: warning: Can't link to 'isDetached()' Change-Id: Ib8f056441bf08e315ed97caf55c510f50ebaf4ed Reviewed-by: Frederik Gladhorn --- src/gui/image/qimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/image/qimage.cpp b/src/gui/image/qimage.cpp index fffd7a1ac2..b2e5ac93b1 100644 --- a/src/gui/image/qimage.cpp +++ b/src/gui/image/qimage.cpp @@ -2144,7 +2144,7 @@ QImage QImage::convertToFormat(Format format, const QVector &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)