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:
Dheerendra Purohit 2025-06-19 11:55:46 +05:30 committed by Volker Hilsheimer
parent 7176ca82bf
commit df69d25f5a
1 changed files with 1 additions and 1 deletions

View File

@ -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