diff -r 1881ad52dc45 -r a5ed90760192 calendarui/views/dayview/inc/calendaycontentscrollarea.h --- 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