summaryrefslogtreecommitdiff
path: root/src/controls/StackViewDelegate.qml
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2013-03-25 14:45:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-28 21:16:07 +0100
commit0afc935badafe8f3a0baa17a7109d65f8e076fae (patch)
tree174b60eca240be9debe14b473ba7d1d5d57ebd60 /src/controls/StackViewDelegate.qml
parent36f6ef354dd395c73494d4535bc36012659d73aa (diff)
downloadqtquickcontrols-0afc935badafe8f3a0baa17a7109d65f8e076fae.tar.gz
PageStack: rename PageStack to StackView
Change-Id: Idd859547ca7c7a87cfafc882bf7593246efc58e7 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@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 070cce01..0a3f2560 100644
--- a/src/controls/StackViewDelegate.qml
+++ b/src/controls/StackViewDelegate.qml
@@ -44,9 +44,9 @@ import QtQuick 2.1
\qmltype StackViewDelegate
\inqmlmodule QtQuick.Controls 1.0
- \brief A delegate used by PageStack for loading transitions.
+ \brief A delegate used by StackView for loading transitions.
- See the documentation for the \l {QtQuick.Controls1::PageStack} {PageStack}
+ See the documentation for the \l {QtQuick.Controls1::StackView} {StackView}
component.
*/