summaryrefslogtreecommitdiff
path: root/src/controls/StackViewDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/StackViewDelegate.qml')
-rw-r--r--src/controls/StackViewDelegate.qml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/controls/StackViewDelegate.qml b/src/controls/StackViewDelegate.qml
index 23a9ee69..f85eb0ae 100644
--- a/src/controls/StackViewDelegate.qml
+++ b/src/controls/StackViewDelegate.qml
@@ -56,7 +56,8 @@ QtObject {
/*!
\qmlmethod Transition StackViewDelegate::getTransition(properties)
- The base implementation of this function just looks for a property named properties.name inside itself.
+ The base implementation of this function just looks for a property named
+ \a {properties}.name inside itself and returns it.
\sa {Transitions}
*/
function getTransition(properties)
@@ -67,7 +68,9 @@ QtObject {
/*!
\qmlmethod void StackViewDelegate::transitionFinished(properties)
- The base implementation of this function is empty.
+ Handles the completion of a transition for \a properties. The base
+ implementation of this function is empty.
+
\sa {Transitions}
*/
function transitionFinished(properties)