calendarui/views/dayview/inc/calendaycontentscrollarea.h
changeset 70 a5ed90760192
parent 63 a3cb48f6c889
child 81 ce92091cbd61
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
    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