calendarui/views/dayview/inc/calendaycontentscrollarea.h
changeset 70 a5ed90760192
parent 63 a3cb48f6c889
child 81 ce92091cbd61
--- a/calendarui/views/dayview/inc/calendaycontentscrollarea.h	Tue Aug 31 18:15:13 2010 +0530
+++ b/calendarui/views/dayview/inc/calendaycontentscrollarea.h	Mon Sep 06 10:12:45 2010 +0530
@@ -24,6 +24,11 @@
 // User includes
 #include "calendaycommonheaders.h"
 
+/*!
+ Value [degree] defines the max. angle of swipe gesture which should change day.
+ */
+const qreal KCalenSwipeAngle = 30;
+
 #ifdef  CALENVIEWS_DLL
 #define CALENDAYCONTENTSCROLLAREA_EXPORT Q_DECL_EXPORT
 #else