equal
deleted
inserted
replaced
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: |