diff options
Diffstat (limited to 'src/corelib/io/qurl.cpp')
| -rw-r--r-- | src/corelib/io/qurl.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp index 6038639eabf..d206df7c6c4 100644 --- a/src/corelib/io/qurl.cpp +++ b/src/corelib/io/qurl.cpp @@ -3616,10 +3616,8 @@ QList<QUrl> QUrl::fromStringList(const QStringList &urls, ParsingMode mode) */ /*! - Returns the hash value for the \a url. If specified, \a seed is used to - initialize the hash. - - \relates QHash + \fn size_t qHash(const QUrl &key, size_t seed) + \qhashold{QHash} \since 5.0 */ size_t qHash(const QUrl &url, size_t seed) noexcept |
