src/hbcore/gestures/hbpinchgesturelogic_p.h
changeset 30 80e4d18b72f5
parent 1 f7ac710697a9
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    28 
    28 
    29 #include "hbglobal.h"
    29 #include "hbglobal.h"
    30 
    30 
    31 #include <QEvent>
    31 #include <QEvent>
    32 #include <QGestureRecognizer>
    32 #include <QGestureRecognizer>
       
    33 #include <QPointF>
    33 
    34 
    34 class QPoint;
       
    35 class HbPinchGesture;
    35 class HbPinchGesture;
    36 
    36 
    37 class HB_CORE_PRIVATE_EXPORT HbPinchGestureLogic
    37 class HB_CORE_PRIVATE_EXPORT HbPinchGestureLogic
    38 {
    38 {
    39 public:
    39 public: