src/hbcore/gestures/hbtapgesture.cpp
changeset 30 80e4d18b72f5
parent 6 c3690ec91ef8
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    21 ** If you have questions regarding the use of this file, please contact
    21 ** If you have questions regarding the use of this file, please contact
    22 ** Nokia at developer.feedback@nokia.com.
    22 ** Nokia at developer.feedback@nokia.com.
    23 **
    23 **
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
       
    26 #include "hbtapgesture.h"
    26 #include "hbgestures_p.h"
    27 #include "hbgestures_p.h"
    27 #include "hbtapgesture.h"
       
    28 #include "hbtapgesture_p.h"
       
    29 
    28 
    30 #include <QPointF>
    29 #include <QPointF>
    31 #include <QVariant>
    30 #include <QVariant>
    32 #include <QDebug>
    31 #include <QDebug>
    33 
    32 
    36 # define DEBUG if (0) qDebug
    35 # define DEBUG if (0) qDebug
    37 #else
    36 #else
    38 # define DEBUG qDebug
    37 # define DEBUG qDebug
    39 #endif
    38 #endif
    40 
    39 
    41 
       
    42 HbTapGesturePrivate::HbTapGesturePrivate(): mTapStyleHint(HbTapGesture::Tap), mTimerId(0)
       
    43 {
       
    44 }
       
    45 
    40 
    46 /*!
    41 /*!
    47    @proto
    42    @proto
    48    @hbcore
    43    @hbcore
    49    \class HbTapGesture
    44    \class HbTapGesture