summaryrefslogtreecommitdiffstats
path: root/examples/gestures/imagegestures/imagewidget.h
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-11-04 15:37:18 +0100
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-11-04 15:38:54 +0100
commit673973acc20ce4e068d63fa5b0391f5c785be8a3 (patch)
tree9b2f1cf075c768c6b00492c24d982c1ad03ff2a1 /examples/gestures/imagegestures/imagewidget.h
parent126638922389ca967c1a82b6254de8ac00042158 (diff)
Mac: pinch gesture scales to fast and event below zero
Make the math correct. Plus, update the imagegesture example. Rev-By: denis
Diffstat (limited to 'examples/gestures/imagegestures/imagewidget.h')
-rw-r--r--examples/gestures/imagegestures/imagewidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gestures/imagegestures/imagewidget.h b/examples/gestures/imagegestures/imagewidget.h
index 56e2316d72..7a68488d50 100644
--- a/examples/gestures/imagegestures/imagewidget.h
+++ b/examples/gestures/imagegestures/imagewidget.h
@@ -93,6 +93,7 @@ private:
float verticalOffset;
float rotationAngle;
float scaleFactor;
+ float currentStepScaleFactor;
//! [class definition end]
};
//! [class definition end]