diff options
Diffstat (limited to 'src/controls/StackViewDelegate.qml')
| -rw-r--r-- | src/controls/StackViewDelegate.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/StackViewDelegate.qml b/src/controls/StackViewDelegate.qml index 1d4c2969d..c837c2815 100644 --- a/src/controls/StackViewDelegate.qml +++ b/src/controls/StackViewDelegate.qml @@ -50,7 +50,7 @@ QtObject { id: root /*! - \qmlmethod StackViewDelegate::getTransition(properties) + \qmlmethod Transition StackViewDelegate::getTransition(properties) The base implementation of this function just looks for a property named properties.name inside itself. \sa {Transitions} @@ -61,7 +61,7 @@ QtObject { } /*! - \qmlmethod StackViewDelegate::transitionFinished(properties) + \qmlmethod void StackViewDelegate::transitionFinished(properties) The base implementation of this function is empty. \sa {Transitions} |
