From 3a1684894efb2106f957469b94350abf754a404e Mon Sep 17 00:00:00 2001 From: hakan Date: Fri, 29 Mar 2002 16:33:34 +0000 Subject: Editing an event will no longer clears it's uid --- (limited to 'core/pim/datebook/dateentryimpl.cpp') diff --git a/core/pim/datebook/dateentryimpl.cpp b/core/pim/datebook/dateentryimpl.cpp index 1c43363..e563db0 100644 --- a/core/pim/datebook/dateentryimpl.cpp +++ b/core/pim/datebook/dateentryimpl.cpp @@ -113,8 +113,10 @@ void DateEntry::setDates( const QDateTime& s, const QDateTime& e ) endDate = e.date(); startTime = s.time(); endTime = e.time(); + startDateChanged( s.date().year(), s.date().month(), s.date().day() ); endDateChanged( e.date().year(), e.date().month(), e.date().day() ); + updateTimeEdit(true,true); } -- cgit v0.9.0.2