aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-02-28 11:21:24 +0100
committerMartin Smith <martin.smith@qt.io>2018-02-28 10:31:50 +0000
commit56aab7f3c62572dd5341606a79edd605fe92ec39 (patch)
treef5451df8098cfcaea2e23e15994c124677f03043 /src/quick/items
parent2127bddc0ef026b3a7b9737872956f19a051520d (diff)
doc: Fix some odds and ends in qdoc comments
A few incorrent link commands were fixed. A few "No such parameter..." errors were fixed. A \qmlproperty return type qwas adjusted. A comment was removed from between a qdoc coment and its function definition. And a missing \reimp comment was added. Change-Id: Ia1775715b5343d279ca3701e6875abacfadb0cfe Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/quick/items')
-rw-r--r--src/quick/items/qquickitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp
index 11be8633f0..9373da33dd 100644
--- a/src/quick/items/qquickitem.cpp
+++ b/src/quick/items/qquickitem.cpp
@@ -7616,7 +7616,7 @@ bool QQuickItem::contains(const QPointF &point) const
}
/*!
- \qmlproperty QObject * QtQuick::Item::containmentMask
+ \qmlproperty QObject* QtQuick::Item::containmentMask
\since 5.11
This property holds an optional mask for the Item to be used in the
QtQuick::Item::contains method.