From a5336a0577b715edf49bef3794c6b1a8fa225a73 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Mon, 23 Apr 2012 14:39:48 +1000 Subject: More example docs MouseArea, Threading and TouchInteraction Change-Id: I9ca812d20a6c87d68ef91066ae0a4b9bc8829478 Reviewed-by: Michael Brasser --- examples/quick/touchinteraction/pincharea/flickresize.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/quick/touchinteraction/pincharea/flickresize.qml') diff --git a/examples/quick/touchinteraction/pincharea/flickresize.qml b/examples/quick/touchinteraction/pincharea/flickresize.qml index 037766e4a0..f5fb77c7ee 100644 --- a/examples/quick/touchinteraction/pincharea/flickresize.qml +++ b/examples/quick/touchinteraction/pincharea/flickresize.qml @@ -57,6 +57,7 @@ Rectangle { property real initialWidth property real initialHeight + //![0] onPinchStarted: { initialWidth = flick.contentWidth initialHeight = flick.contentHeight @@ -75,6 +76,7 @@ Rectangle { // Move its content within bounds. flick.returnToBounds() } + //![0] Rectangle { width: flick.contentWidth -- cgit v1.2.3