diff options
| author | J-P Nurmi <jpnurmi@digia.com> | 2013-05-29 16:17:02 +0200 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-30 09:21:23 +0200 |
| commit | f6a716a11a26e2ce76f8ed71ad1733e939ca468b (patch) | |
| tree | 2d1b3eb7764767700cc73da469f400db74a9263a /examples/quick/controls/touch/content/ButtonPage.qml | |
| parent | 6de2c97d064daa069066bb46880f04bfd5be43b7 (diff) | |
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 'examples/quick/controls/touch/content/ButtonPage.qml')
| -rw-r--r-- | examples/quick/controls/touch/content/ButtonPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/touch/content/ButtonPage.qml b/examples/quick/controls/touch/content/ButtonPage.qml index 635ce3b99..f431a52e8 100644 --- a/examples/quick/controls/touch/content/ButtonPage.qml +++ b/examples/quick/controls/touch/content/ButtonPage.qml @@ -86,7 +86,7 @@ Item { anchors.margins: 20 style: touchStyle text: "Dont press me" - onClicked: if (pageStack) pageStack.pop() + onClicked: if (stackView) stackView.pop() } } |
