aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
diff options
context:
space:
mode:
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)
{