src/hbcore/primitives/hbtoucharea.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 6 c3690ec91ef8
--- a/src/hbcore/primitives/hbtoucharea.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/primitives/hbtoucharea.h	Mon May 03 12:48:33 2010 +0300
@@ -48,6 +48,7 @@
 protected:
     HbTouchArea (HbTouchAreaPrivate &dd, QGraphicsItem *parent);
     QSizeF sizeHint (Qt::SizeHint which, const QSizeF &constraint = QSizeF()) const;
+    void gestureEvent(QGestureEvent *event);
 
 private:
     Q_DECLARE_PRIVATE_D(d_ptr, HbTouchArea)