Doc: fix documentation for QGraphicsScene::focusItemChanged()
The name was misspelled in \fn. Change-Id: I09824b72423b116612ee6e1069793de95d76f883 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
003a52cc4d
commit
57fbb550b1
@ -5451,7 +5451,7 @@ bool QGraphicsScene::focusNextPrevChild(bool next)
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QGraphicsScene::focusChanged(QGraphicsItem *newFocusItem, QGraphicsItem *oldFocusItem, Qt::FocusReason reason)
|
||||
\fn QGraphicsScene::focusItemChanged(QGraphicsItem *newFocusItem, QGraphicsItem *oldFocusItem, Qt::FocusReason reason)
|
||||
|
||||
This signal is emitted by QGraphicsScene whenever focus changes in the
|
||||
scene (i.e., when an item gains or loses input focus, or when focus
|
||||
|
Loading…
Reference in New Issue
Block a user