calendarui/views/dayview/inc/calendaycontentscrollarea.h
changeset 77 b0711afde476
parent 68 a5a1242fd2e8
equal deleted inserted replaced
68:a5a1242fd2e8 77:b0711afde476
    21 // System includes
    21 // System includes
    22 #include <HbScrollArea>
    22 #include <HbScrollArea>
    23 
    23 
    24 // User includes
    24 // User includes
    25 #include "calendaycommonheaders.h"
    25 #include "calendaycommonheaders.h"
       
    26 
       
    27 /*!
       
    28  Value [degree] defines the max. angle of swipe gesture which should change day.
       
    29  */
       
    30 const qreal KCalenSwipeAngle = 30;
    26 
    31 
    27 #ifdef  CALENVIEWS_DLL
    32 #ifdef  CALENVIEWS_DLL
    28 #define CALENDAYCONTENTSCROLLAREA_EXPORT Q_DECL_EXPORT
    33 #define CALENDAYCONTENTSCROLLAREA_EXPORT Q_DECL_EXPORT
    29 #else
    34 #else
    30 #define CALENDAYCONTENTSCROLLAREA_EXPORT Q_DECL_IMPORT
    35 #define CALENDAYCONTENTSCROLLAREA_EXPORT Q_DECL_IMPORT