calendarui/views/dayview/inc/calendayutils.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 57 bb2d3e476f29
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    48      * @param end [out] valid end time
    48      * @param end [out] valid end time
    49      * @param entry [in] agenda entry asociated with the event.
    49      * @param entry [in] agenda entry asociated with the event.
    50      * @param currentDate [in] current date
    50      * @param currentDate [in] current date
    51      */
    51      */
    52     void getEventValidStartEndTime( QDateTime& start, QDateTime& end,
    52     void getEventValidStartEndTime( QDateTime& start, QDateTime& end,
    53                                    AgendaEntry& entry, QDateTime& currentDate );
    53                                    const AgendaEntry& entry, QDateTime& currentDate );
    54     
    54     
    55 protected:
    55 protected:
    56     CalenDayUtils();
    56     CalenDayUtils();
    57     
    57     
    58 private:
    58 private: