summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qhash.cpp')
-rw-r--r--src/corelib/tools/qhash.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp
index fb566333ac..0a6d51ced0 100644
--- a/src/corelib/tools/qhash.cpp
+++ b/src/corelib/tools/qhash.cpp
@@ -1186,8 +1186,7 @@ void QHashData::checkSanity()
Returns the first key mapped to \a value.
If the hash contains no item with the \a value, the function
- returns a \link {default-constructed value} default-constructed
- key \endlink.
+ returns a \l{default-constructed value}{default-constructed key}.
This function can be slow (\l{linear time}), because QHash's
internal data structure is optimized for fast lookup by key, not