aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTomas Junnonen <tomas.junnonen@nokia.com>2010-08-03 22:23:10 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-08-03 22:25:13 +0300
commit003f40f69d962c798fec9ee58ebf7e6540b1c20e (patch)
tree2c961ccc9ca1d1b57fe060ceae547814186fe37d /examples
parente941f56a4276525f3fbe372a3d795dd722341adc (diff)
Changes: Added new gestures & multitouch overview document
RevBy: TrustMe
Diffstat (limited to 'examples')
-rw-r--r--examples/gestures/mypage.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/gestures/mypage.cpp b/examples/gestures/mypage.cpp
index 9ca1ed9d..6aee62dd 100644
--- a/examples/gestures/mypage.cpp
+++ b/examples/gestures/mypage.cpp
@@ -99,6 +99,8 @@ void MyPage::hideImagesExceptCurrent()
}
}
+// The gesture handlers:
+
// Pinch handler
void MyPage::pinchGestureEvent(QGestureEvent *event,
QPinchGesture *gesture)
@@ -162,6 +164,8 @@ void MyPage::swipeGestureEvent(QGestureEvent *event,
}
}
+// End of the gesture handlers
+
// Key handler
void MyPage::keyReleaseEvent(QKeyEvent *event)
{