Doc: corrected some minor link issues

Change-Id: I6bdd485eafe2c2a0c925690dab451664af1223dc
Task-number: QTBUG-43810
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
Nico Vertriest 2016-01-22 12:23:45 +01:00 committed by Topi Reiniö
parent 978993b3a3
commit 2d7921184e
2 changed files with 3 additions and 3 deletions

View File

@ -4229,7 +4229,7 @@ void QQuickItem::setBaselineOffset(qreal offset)
* The call to QQuickItem::updatePaintNode() will always happen if the
* item is showing in a QQuickWindow.
*
* Only items which specifies QQuickItem::ItemHasContents are allowed
* Only items which specify QQuickItem::ItemHasContents are allowed
* to call QQuickItem::update().
*/
void QQuickItem::update()
@ -4269,7 +4269,7 @@ void QQuickItem::polish()
\qmlmethod object QtQuick::Item::mapFromItem(Item item, real x, real y, real width, real height)
Maps the point (\a x, \a y) or rect (\a x, \a y, \a width, \a height), which is in \a
item's coordinate system, to this item's coordinate system, and returns a \l point or \rect
item's coordinate system, to this item's coordinate system, and returns a \l point or \l rect
matching the mapped coordinate.
If \a item is a \c null value, this maps the point or rect from the coordinate system of

View File

@ -3983,7 +3983,7 @@ void QQuickWindow::resetOpenGLState()
*/
/*!
\qmlproperty Window::active
\qmlproperty bool Window::active
\since 5.1
The active status of the window.