summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmapcache.cpp
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2012-08-30 13:30:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-30 13:51:22 +0200
commit634c39c1a950d1883e80b39989fbe3ccb517d124 (patch)
tree43d7a60a8da0e59f3d49ee3cfbd37e0e10e5b8d8 /src/gui/image/qpixmapcache.cpp
parented4939eaac529e40a52762118ddbf153c2bf0c16 (diff)
Doc: Fix misc. documentation errors
Change-Id: I9481ed452922ed5ecd159a8f60d7fbcb3683cec1 Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
Diffstat (limited to 'src/gui/image/qpixmapcache.cpp')
-rw-r--r--src/gui/image/qpixmapcache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qpixmapcache.cpp b/src/gui/image/qpixmapcache.cpp
index f6c3a8866c..3f8a336266 100644
--- a/src/gui/image/qpixmapcache.cpp
+++ b/src/gui/image/qpixmapcache.cpp
@@ -67,7 +67,7 @@ QT_BEGIN_NAMESPACE
or with a QPixmapCache::Key that the cache generates.
Using QPixmapCache::Key for keys is faster than using strings. The string API is
very convenient for complex keys but the QPixmapCache::Key API will be very
- efficient and convenient for a one-to-one object-to-pixmap mapping \mdash in
+ efficient and convenient for a one-to-one object-to-pixmap mapping - in
this case, you can store the keys as members of an object.
If two pixmaps are inserted into the cache using equal keys then the