calendarui/views/src/calennativeview.cpp
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
child 70 a5ed90760192
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
    48 
    48 
    49 /*!
    49 /*!
    50  Default constructor.
    50  Default constructor.
    51  */
    51  */
    52 CalenNativeView::CalenNativeView(MCalenServices &services) :
    52 CalenNativeView::CalenNativeView(MCalenServices &services) :
    53 	mServices(services), mIsCapturedScreenShotValid(false),
    53 	mServices(services),
    54     mEntriesInDataBase(false)
    54 	mEntriesInDataBase(false),
       
    55 	mIsCapturedScreenShotValid(false)
    55 {
    56 {
    56     OstTraceFunctionEntry0( CALENNATIVEVIEW_CALENNATIVEVIEW_ENTRY );
    57     OstTraceFunctionEntry0( CALENNATIVEVIEW_CALENNATIVEVIEW_ENTRY );
    57     
    58     
    58 	setTitle(hbTrId("txt_calendar_title_calendar"));
    59 	setTitle(hbTrId("txt_calendar_title_calendar"));
    59 
    60