summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2010-02-24 15:48:51 (GMT)
committerPeter Hartmann <peter.hartmann@nokia.com>2010-02-26 15:00:17 (GMT)
commit8fc7d3315b3317ce7a3bf2ac4f0b3636623e515e (patch)
tree5fc615f39376a0e901ea26f332f00e579d4488f2 /src/corelib/io/qurl.cpp
parenta262cb0abec91ccce2502547fc376364e9d804da (diff)
downloadQt-8fc7d3315b3317ce7a3bf2ac4f0b3636623e515e.zip
Qt-8fc7d3315b3317ce7a3bf2ac4f0b3636623e515e.tar.gz
Qt-8fc7d3315b3317ce7a3bf2ac4f0b3636623e515e.tar.bz2
QUrl: document adding of hash function
Reviewed-by: TrustMe
Diffstat (limited to 'src/corelib/io/qurl.cpp')
-rw-r--r--src/corelib/io/qurl.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp
index 0290fb8..32f7ac2 100644
--- a/src/corelib/io/qurl.cpp
+++ b/src/corelib/io/qurl.cpp
@@ -167,6 +167,13 @@
regardless of the Qt::FormattingOptions used.
*/
+/*!
+ \fn uint qHash(const QUrl &url)
+ \since 4.7
+ \relates QUrl
+
+ Computes a hash key from the normalized version of \a url.
+ */
#include "qplatformdefs.h"
#include "qurl.h"
#include "private/qunicodetables_p.h"