mirror of https://github.com/qt/qtbase.git
Doc: Fix typo in QGraphicsSimpleTextItem class description
Removed the incorrect word "path" from the description, which mistakenly referred to the item as a "text path item". QGraphicsSimpleTextItem provides a simple text item, not a path item. Fixes: QTBUG-87180 Pick-to: 6.10 6.9 6.8 Change-Id: I977d01c667c65f5d35dc3bc60d5362e681e9b5f1 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
7176ca82bf
commit
df69d25f5a
|
@ -10528,7 +10528,7 @@ void QGraphicsSimpleTextItemPrivate::updateBoundingRect()
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class QGraphicsSimpleTextItem
|
\class QGraphicsSimpleTextItem
|
||||||
\brief The QGraphicsSimpleTextItem class provides a simple text path item
|
\brief The QGraphicsSimpleTextItem class provides a simple text item
|
||||||
that you can add to a QGraphicsScene.
|
that you can add to a QGraphicsScene.
|
||||||
\since 4.2
|
\since 4.2
|
||||||
\ingroup graphicsview-api
|
\ingroup graphicsview-api
|
||||||
|
|
Loading…
Reference in New Issue