diff --git a/src/corelib/tools/qset.qdoc b/src/corelib/tools/qset.qdoc index 2e71693bc75..99958596c73 100644 --- a/src/corelib/tools/qset.qdoc +++ b/src/corelib/tools/qset.qdoc @@ -104,7 +104,7 @@ */ /*! - \fn template bool QSet::operator==(const QSet lhs, const QSet &rhs) + \fn template bool QSet::operator==(const QSet &lhs, const QSet &rhs) Returns \c true if the \a lhs set is equal to the \a rhs set; otherwise returns \c false. @@ -117,7 +117,7 @@ */ /*! - \fn template bool QSet::operator!=(const QSet lhs, const QSet &rhs) + \fn template bool QSet::operator!=(const QSet &lhs, const QSet &rhs) Returns \c true if the \a lhs set is not equal to the \a rhs set; otherwise returns \c false.