Doc: Remove invalid uses of \relates command
A function cannot be both a member and a non-member of the same class. Change-Id: I07d1e04c09fea2ba1171b3692e716660044cd37a Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
parent
2473f4fac3
commit
e525d1f44d
@ -891,7 +891,6 @@ bool QAbstractFileEngine::unmap(uchar *address)
|
|||||||
/*!
|
/*!
|
||||||
\typedef QAbstractFileEngine::Iterator
|
\typedef QAbstractFileEngine::Iterator
|
||||||
\since 4.3
|
\since 4.3
|
||||||
\relates QAbstractFileEngine
|
|
||||||
|
|
||||||
Synonym for QAbstractFileEngineIterator.
|
Synonym for QAbstractFileEngineIterator.
|
||||||
*/
|
*/
|
||||||
|
@ -2403,7 +2403,6 @@ QRect QRectF::toAlignedRect() const Q_DECL_NOTHROW
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QRectF QRectF::marginsAdded(const QMarginsF &margins) const
|
\fn QRectF QRectF::marginsAdded(const QMarginsF &margins) const
|
||||||
\relates QRectF
|
|
||||||
\since 5.3
|
\since 5.3
|
||||||
|
|
||||||
Returns a rectangle grown by the \a margins.
|
Returns a rectangle grown by the \a margins.
|
||||||
@ -2413,7 +2412,6 @@ QRect QRectF::toAlignedRect() const Q_DECL_NOTHROW
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QRectF QRectF::marginsRemoved(const QMarginsF &margins) const
|
\fn QRectF QRectF::marginsRemoved(const QMarginsF &margins) const
|
||||||
\relates QRectF
|
|
||||||
\since 5.3
|
\since 5.3
|
||||||
|
|
||||||
Removes the \a margins from the rectangle, shrinking it.
|
Removes the \a margins from the rectangle, shrinking it.
|
||||||
@ -2423,7 +2421,6 @@ QRect QRectF::toAlignedRect() const Q_DECL_NOTHROW
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QRectF QRectF::operator+=(const QMarginsF &margins)
|
\fn QRectF QRectF::operator+=(const QMarginsF &margins)
|
||||||
\relates QRectF
|
|
||||||
\since 5.3
|
\since 5.3
|
||||||
|
|
||||||
Adds the \a margins to the rectangle, growing it.
|
Adds the \a margins to the rectangle, growing it.
|
||||||
@ -2433,7 +2430,6 @@ QRect QRectF::toAlignedRect() const Q_DECL_NOTHROW
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QRectF QRectF::operator-=(const QMarginsF &margins)
|
\fn QRectF QRectF::operator-=(const QMarginsF &margins)
|
||||||
\relates QRectF
|
|
||||||
\since 5.3
|
\since 5.3
|
||||||
|
|
||||||
Returns a rectangle shrunk by the \a margins.
|
Returns a rectangle shrunk by the \a margins.
|
||||||
|
@ -2738,7 +2738,7 @@ bool operator<(const QString &s1, const QString &s2)
|
|||||||
}
|
}
|
||||||
/*!
|
/*!
|
||||||
\overload operator<()
|
\overload operator<()
|
||||||
\relates QString
|
|
||||||
Returns \c true if this string is lexically less than the parameter
|
Returns \c true if this string is lexically less than the parameter
|
||||||
string called \a other; otherwise returns \c false.
|
string called \a other; otherwise returns \c false.
|
||||||
*/
|
*/
|
||||||
@ -2843,7 +2843,7 @@ bool QString::operator<(QLatin1String other) const
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\overload operator>()
|
\overload operator>()
|
||||||
\relates QString
|
|
||||||
Returns \c true if this string is lexically greater than the parameter
|
Returns \c true if this string is lexically greater than the parameter
|
||||||
string \a other; otherwise returns \c false.
|
string \a other; otherwise returns \c false.
|
||||||
*/
|
*/
|
||||||
|
@ -310,7 +310,6 @@ Q_GLOBAL_STATIC(QTimeZoneSingleton, global_tz);
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\typedef QTimeZone::OffsetDataList
|
\typedef QTimeZone::OffsetDataList
|
||||||
\relates QTimeZone
|
|
||||||
|
|
||||||
Synonym for QVector<OffsetData>.
|
Synonym for QVector<OffsetData>.
|
||||||
*/
|
*/
|
||||||
|
@ -451,7 +451,6 @@ QAccessibleInterface::~QAccessibleInterface()
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\typedef QAccessible::Id
|
\typedef QAccessible::Id
|
||||||
\relates QAccessible
|
|
||||||
|
|
||||||
Synonym for unsigned, used by the QAccessibleInterface cache.
|
Synonym for unsigned, used by the QAccessibleInterface cache.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user