Link to Key Handling Priorities section more in Keys documentation.
authorMitch Curtis <mitch.curtis@digia.com>
Fri, 12 Sep 2014 06:16:18 +0000 (08:16 +0200)
committerMitch Curtis <mitch.curtis@digia.com>
Fri, 12 Sep 2014 07:23:12 +0000 (09:23 +0200)
For those clicking directly on specific property links who might not
know that the info they need about event order already exists.

Change-Id: I18a9124697f542f5b3a2955ee10dfee538a93385
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
src/quick/items/qquickitem.cpp

index 1992398..38ae0ed 100644 (file)
@@ -887,6 +887,8 @@ bool QQuickKeysAttached::isConnected(const char *signalName)
     handling.  If the item accepts the key event it will not be
     handled by the Keys attached property handler.
     \endlist
+
+    \sa {Key Handling Priorities}
 */
 
 /*!
@@ -914,6 +916,9 @@ bool QQuickKeysAttached::isConnected(const char *signalName)
         focus: true
     }
     \endqml
+
+    To see the order in which events are received when using forwardTo, see
+    \l {Key Handling Priorities}.
 */
 
 /*!