summaryrefslogtreecommitdiff
path: root/src/controls/StackViewDelegate.qml
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@theqtcompany.com>2015-03-12 10:02:36 +0100
committerCaroline Chao <caroline.chao@theqtcompany.com>2015-03-13 14:59:12 +0000
commit95abac09523df5f0563f46ceb5365f80cb87a18c (patch)
treecab91b55cebb14df0bfb20b44ec426b860308c4c /src/controls/StackViewDelegate.qml
parentd04eb32908cfa7c6692bacfc292494b85ce3cd8a (diff)
downloadqtquickcontrols-95abac09523df5f0563f46ceb5365f80cb87a18c.tar.gz
Doc: Fix qml method signatures
So the return value and parameters can be seen in the documentation. + Fix minor doc issues Change-Id: I99e520c103bb0faeb88b26eb7b9ff73922851abc Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/controls/StackViewDelegate.qml')
-rw-r--r--src/controls/StackViewDelegate.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/StackViewDelegate.qml b/src/controls/StackViewDelegate.qml
index 1d4c2969..c837c281 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}