summaryrefslogtreecommitdiff
path: root/src/controls/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-05-29 16:17:02 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-30 09:21:23 +0200
commitf6a716a11a26e2ce76f8ed71ad1733e939ca468b (patch)
tree2d1b3eb7764767700cc73da469f400db74a9263a /src/controls/plugins.qmltypes
parent6de2c97d064daa069066bb46880f04bfd5be43b7 (diff)
downloadqtquickcontrols-f6a716a11a26e2ce76f8ed71ad1733e939ca468b.tar.gz
Remove remaining references to PageStack
Change-Id: I59a9846c83340d0752659ef22cbb19a4be6a4129 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/controls/plugins.qmltypes')
-rw-r--r--src/controls/plugins.qmltypes4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/plugins.qmltypes b/src/controls/plugins.qmltypes
index 8997cecf..bd8508da 100644
--- a/src/controls/plugins.qmltypes
+++ b/src/controls/plugins.qmltypes
@@ -199,7 +199,7 @@ Module {
Property { name: "__index"; type: "int" }
Property { name: "status"; type: "Status"; isReadonly: true }
Property { name: "__status"; type: "Status" }
- Property { name: "pageStack"; type: "QQuickItem"; isReadonly: true; isPointer: true }
- Property { name: "__stackView"; type: "QQuickItem"; isPointer: true }
+ Property { name: "view"; type: "QQuickItem"; isReadonly: true; isPointer: true }
+ Property { name: "__view"; type: "QQuickItem"; isPointer: true }
}
}