aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-29 10:56:03 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-29 22:31:39 +0000
commit3b0cb49ef0cff2e7ae4ba295d035b87f09fdea4f (patch)
tree26b8e648d33d97e538320e75ce1b8cb220c9eb04
parentfb99da23df3b420a0bf475ec56576cf9b199ffcc (diff)
Fix EnterKey::type docs
It's an attached property, not an ordinary property. Change-Id: I08123670953288b21daca8bd56129c1e14e36365 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
-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 b15dd76f27..c27e9d0d95 100644
--- a/src/quick/items/qquickitem.cpp
+++ b/src/quick/items/qquickitem.cpp
@@ -1624,7 +1624,7 @@ void QQuickItemPrivate::setLayoutMirror(bool mirror)
*/
/*!
- \qmlproperty enumeration QtQuick::EnterKey::type
+ \qmlattachedproperty enumeration QtQuick::EnterKey::type
Holds the type of the Enter key.