diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2010-02-24 15:48:51 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2010-02-26 15:00:17 (GMT) |
commit | 8fc7d3315b3317ce7a3bf2ac4f0b3636623e515e (patch) | |
tree | 5fc615f39376a0e901ea26f332f00e579d4488f2 /src/corelib/io/qurl.cpp | |
parent | a262cb0abec91ccce2502547fc376364e9d804da (diff) | |
download | Qt-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.cpp | 7 |
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" |