summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-08-02 15:28:17 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2017-08-06 09:42:04 +0000
commit2765b0cf3ae68b69377e2085c7a26df440b68213 (patch)
tree9e6bb444de2fffc540a60b6ce73f9eeea78fc0e3 /src/gui/image/qimage.cpp
parent8f036562119dd35ce51dc9230304d893b906bd37 (diff)
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>
Diffstat (limited to 'src/gui/image/qimage.cpp')
-rw-r--r--src/gui/image/qimage.cpp2
1 files changed, 1 insertions, 1 deletions
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<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)