diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp index 4b6eaf2079a..5a699ecbbfd 100644 --- a/src/corelib/io/qurl.cpp +++ b/src/corelib/io/qurl.cpp @@ -3151,7 +3151,7 @@ bool comparesEqual(const QUrl &lhs, const QUrl &rhs) Returns \c true if this URL and the given \a url are equal after applying \a options to both; otherwise returns \c false. - This is equivalent to calling adjusted(options) on both URLs + This is equivalent to calling \l{adjusted()}{adjusted}(options) on both URLs and comparing the resulting urls, but faster. */