Don't refer to "this" in QToolTip documentation

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

Task-number: QTBUG-89082
Change-Id: I4bfe6c14304d311b903878acd5b4c8169f4065c7
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 4aa174ed86db9b8832f6d0447850b9f942aac96f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Volker Hilsheimer 2020-12-07 14:17:07 +01:00 committed by Qt Cherry-pick Bot
parent 0292acf06d
commit 17ff61e898

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()
*/