calendarui/views/inc/calensettingsview.h
changeset 50 579cc610882e
parent 49 5de72ea7a065
equal deleted inserted replaced
49:5de72ea7a065 50:579cc610882e
    48     
    48     
    49 private slots:
    49 private slots:
    50 	void launchPreviousView();
    50 	void launchPreviousView();
    51 	
    51 	
    52 private:
    52 private:
    53     /**
    53 	MCalenServices  &mServices;
    54      * @var mSoftKeyAction
       
    55      * @brief Holder for soft key action
       
    56      */
       
    57     HbAction *mSoftKeyAction;
       
    58 	HbDataForm *mCalenSettingsForm;
    54 	HbDataForm *mCalenSettingsForm;
    59 	CalenSettings *mCalenSettings;
    55 	CalenSettings *mCalenSettings;
    60 	MCalenServices  &mServices;
    56 	/**
       
    57    * @var mSoftKeyAction
       
    58    * @brief Holder for soft key action
       
    59    */
       
    60   HbAction *mSoftKeyAction;
    61 };
    61 };
    62 
    62 
    63 #endif // DTSETTINGVIEW_H
    63 #endif // DTSETTINGVIEW_H
    64 
    64 
    65 // End of file
    65 // End of file