src/hbcore/gestures/hbswipegesture.cpp
changeset 30 80e4d18b72f5
parent 6 c3690ec91ef8
--- a/src/hbcore/gestures/hbswipegesture.cpp	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/gestures/hbswipegesture.cpp	Mon Oct 04 00:38:12 2010 +0300
@@ -23,9 +23,8 @@
 **
 ****************************************************************************/
 
+#include "hbswipegesture.h"
 #include "hbgestures_p.h"
-#include "hbswipegesture.h"
-#include "hbswipegesture_p.h"
 #include "hbglobal_p.h"
 #include <QPointF>
 #include <QVariant>
@@ -121,6 +120,7 @@
 
 {   
     d_ptr->mSceneSwipeAngle = 0;
+    d_ptr->mTime.start();
 }
 
 /*!