summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qfuture.cpp
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-08-01 14:44:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 15:37:46 +0200
commitc3189a0a229cf6ac0e9ea93854b0273551e119d0 (patch)
treeab4423460e7de82a526f453536eb74649d4b88d8 /src/concurrent/qfuture.cpp
parenta68577e7e07cce40cac142f6e2b386a76f3ecbd1 (diff)
change \img to \image in docs
\img was a macro defined in macros.qdocconf. This collection of macros is being phased out. Use the full command instead. Change-Id: Ia55212f87bb46349d61359d40568e0aa33882596 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/concurrent/qfuture.cpp')
-rw-r--r--src/concurrent/qfuture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/qfuture.cpp b/src/concurrent/qfuture.cpp
index 79226c5a67..90b54cad7b 100644
--- a/src/concurrent/qfuture.cpp
+++ b/src/concurrent/qfuture.cpp
@@ -566,7 +566,7 @@
between the second and third result, and returns the second result; and
so on.
- \img javaiterators1.png
+ \image javaiterators1.png
Here's how to iterate over the elements in reverse order: