summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-13 11:44:03 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-13 11:44:03 (GMT)
commitad7b21dd57d20cd55774d7a62db117905637e950 (patch)
tree1559902c134c328d2886ca6ae7a8489b7f8896ac /src/corelib/tools
parent589dfd480d6158aaa59ab56c8be6a6bfc41da3ef (diff)
downloadQt-ad7b21dd57d20cd55774d7a62db117905637e950.zip
Qt-ad7b21dd57d20cd55774d7a62db117905637e950.tar.gz
Qt-ad7b21dd57d20cd55774d7a62db117905637e950.tar.bz2
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qhash.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp
index 6c4a3ba..2313e0e 100644
--- a/src/corelib/tools/qhash.cpp
+++ b/src/corelib/tools/qhash.cpp
@@ -379,9 +379,10 @@ void QHashData::checkSanity()
#endif
/*!
- \
+ \fn uint qHash(const QPair<T1, T2> &key)
\since 4.3
-
+ \relates QHash
+
Returns the hash value for the \a key.
Types \c T1 and \c T2 must be supported by qHash().