Don't refer to "this" in QToolTip documentation

All APIs are static, so there is no "this" pointer.

Pick-to: 6.0
Task-number: QTBUG-89082
Change-Id: I4bfe6c14304d311b903878acd5b4c8169f4065c7
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Volker Hilsheimer 2020-12-07 14:17:07 +01:00
parent 894c2ec918
commit 4aa174ed86

View File

@ -528,7 +528,7 @@ void QToolTip::showText(const QPoint &pos, const QString &text, QWidget *w, cons
/*!
\since 4.4
Returns \c true if this tooltip is currently shown.
Returns \c true if a tooltip is currently shown.
\sa showText()
*/