homescreenapp/hsdomainmodel/inc/hsscene.h
changeset 92 6727c5d0afc7
parent 77 4b195f3bea29
--- a/homescreenapp/hsdomainmodel/inc/hsscene.h	Thu Sep 02 20:17:27 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hsscene.h	Fri Sep 17 08:27:54 2010 +0300
@@ -75,11 +75,12 @@
     //static Qt::Orientation orientation();
 
 signals:
+    void pageTapFinished(QGestureEvent *event);
     void pageTapAndHoldFinished(QGestureEvent *event);
     void pagePanStarted(QGestureEvent *event);
     void pagePanUpdated(QGestureEvent *event);
     void pagePanFinished(QGestureEvent *event);    
-    void widgetTapStarted(HsWidgetHost *widget);
+    void widgetTapStarted(QPointF, HsWidgetHost *widget);
     void widgetTapAndHoldFinished(QGestureEvent *event, HsWidgetHost *widget);
     void widgetMoveUpdated(const QPointF &scenePos, HsWidgetHost *widget);
     void widgetMoveFinished(const QPointF &scenePos, HsWidgetHost *widget);