aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-12-30 12:15:09 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-30 12:13:29 +0100
commitef9f85ad8d2774cb11cbd8cfc5943af2dcf72339 (patch)
tree1409941f61672ee025f2193040cb03bad43fed21 /src/quick/items/qquickitem.cpp
parent4a82ea4a609ecf728e3d5ed2033461e547470103 (diff)
Doc: Fix broken links
Change-Id: I4c4577edde96978a986606bf30fbb925f871bd42 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/quick/items/qquickitem.cpp')
-rw-r--r--src/quick/items/qquickitem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp
index 9ac660d2ac..ecb08c5a7e 100644
--- a/src/quick/items/qquickitem.cpp
+++ b/src/quick/items/qquickitem.cpp
@@ -1819,7 +1819,7 @@ void QQuickItemPrivate::updateSubFocusItem(QQuickItem *scope, bool focus)
\value Bottom The center point of the bottom of the item.
\value BottomRight The bottom-right corner of the item.
- \sa transformOrigin
+ \sa transformOrigin(), setTransformOrigin()
*/
/*!
@@ -2425,7 +2425,7 @@ void QQuickItem::stackAfter(const QQuickItem *sibling)
Returns the window in which this item is rendered.
The item does not have a window until it has been assigned into a scene. The
- \l windowChanged signal provides a notification both when the item is entered
+ \l windowChanged() signal provides a notification both when the item is entered
into a scene and when it is removed from a scene.
*/
QQuickWindow *QQuickItem::window() const
@@ -4575,7 +4575,7 @@ void QQuickItemPrivate::deliverDragEvent(QEvent *e)
QQuickItem::itemChange(change, value);
\endcode
typically at the end of your implementation, to ensure the
- \l windowChanged signal will be emitted.
+ \l windowChanged() signal will be emitted.
*/
void QQuickItem::itemChange(ItemChange change, const ItemChangeData &value)
{