calendarui/views/dayview/inc/calendaycontentscrollarea.h
changeset 77 b0711afde476
parent 68 a5a1242fd2e8
--- a/calendarui/views/dayview/inc/calendaycontentscrollarea.h	Thu Sep 02 20:25:23 2010 +0300
+++ b/calendarui/views/dayview/inc/calendaycontentscrollarea.h	Fri Sep 17 08:29:05 2010 +0300
@@ -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