summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/controls/PageStack.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/PageStack.qml b/src/controls/PageStack.qml
index b98244c65..6f9765e66 100644
--- a/src/controls/PageStack.qml
+++ b/src/controls/PageStack.qml
@@ -459,13 +459,13 @@ import "Private/PageStack.js" as JSArray
Item {
id: root
- /*! \qmlproperty int QtQuickComponents.Mt1.0::PageStack::depth
+ /*! \qmlproperty int PageStack::depth
\readonly
The number of pages currently pushed onto the stack.
*/
readonly property alias depth: root.__depth
- /*! \qmlproperty Item QtQuickComponents.Mt1.0::PageStack::currentPage
+ /*! \qmlproperty Item PageStack::currentPage
\readonly
The currently top-most page in the stack.
*/