Doc: Fix a typo in QVariant::toPoint docs
Task-number: QTBUG-61050 Change-Id: I517f95df9d1019d37b6484e00220e8e325ee2ecf Reviewed-by: Martin Smith <martin.smith@qt.io>bb10
parent
61f67c12fa
commit
96d6e03163
|
|
@ -2363,7 +2363,7 @@ QByteArray QVariant::toByteArray() const
|
|||
\fn QPoint QVariant::toPoint() const
|
||||
|
||||
Returns the variant as a QPoint if the variant has userType()
|
||||
\l QMetaType::QPointF or \l QMetaType::QPointF; otherwise returns a null
|
||||
\l QMetaType::QPoint or \l QMetaType::QPointF; otherwise returns a null
|
||||
QPoint.
|
||||
|
||||
\sa canConvert(), convert()
|
||||
|
|
|
|||
Loading…
Reference in New Issue