diff options
author | Andy Nichols <andy.nichols@nokia.com> | 2009-11-04 13:47:30 (GMT) |
---|---|---|
committer | Andy Nichols <andy.nichols@nokia.com> | 2009-11-04 13:47:30 (GMT) |
commit | 77e5de0865f4a3810edc57ef5c8558200215b31c (patch) | |
tree | 2a444fedda4971383c47e38b6229c3b30134ac8b /src/gui/image | |
parent | 3bd0c26cbce7ff21e7e930f9cd058146c3fa601f (diff) | |
download | Qt-77e5de0865f4a3810edc57ef5c8558200215b31c.zip Qt-77e5de0865f4a3810edc57ef5c8558200215b31c.tar.gz Qt-77e5de0865f4a3810edc57ef5c8558200215b31c.tar.bz2 |
Doc: fix broken link in QBitmap
Reviewed-by: Pierre
Diffstat (limited to 'src/gui/image')
-rw-r--r-- | src/gui/image/qbitmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qbitmap.cpp b/src/gui/image/qbitmap.cpp index e081735..4b8d4b8 100644 --- a/src/gui/image/qbitmap.cpp +++ b/src/gui/image/qbitmap.cpp @@ -86,7 +86,7 @@ QT_BEGIN_NAMESPACE object. Just like the QPixmap class, QBitmap is optimized by the use of - implicit data sharing. For more information, see the {Implicit + implicit data sharing. For more information, see the \l {Implicit Data Sharing} documentation. \sa QPixmap, QImage, QImageReader, QImageWriter |