-rw-r--r-- | library/backend/event.cpp | 5 | ||||
-rw-r--r-- | library/backend/event.h | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/library/backend/event.cpp b/library/backend/event.cpp index 8f3f780..7cac314 100644 --- a/library/backend/event.cpp +++ b/library/backend/event.cpp | |||
@@ -587,2 +587,3 @@ Event::Type Event::type() const | |||
587 | } | 587 | } |
588 | /* | ||
588 | QDateTime Event::start() const { | 589 | QDateTime Event::start() const { |
@@ -590,2 +591,3 @@ QDateTime Event::start() const { | |||
590 | } | 591 | } |
592 | */ | ||
591 | /*! | 593 | /*! |
@@ -604,3 +606,3 @@ QDateTime Event::start( bool actual ) const | |||
604 | } | 606 | } |
605 | 607 | /* | |
606 | QDateTime Event::end() const { | 608 | QDateTime Event::end() const { |
@@ -608,2 +610,3 @@ QDateTime Event::end() const { | |||
608 | } | 610 | } |
611 | */ | ||
609 | /*! | 612 | /*! |
diff --git a/library/backend/event.h b/library/backend/event.h index 2b275a4..4610d85 100644 --- a/library/backend/event.h +++ b/library/backend/event.h | |||
@@ -343,3 +343,3 @@ inline void Event::setRepeatOnWeekDay(int day, bool enable) | |||
343 | } | 343 | } |
344 | /* | 344 | |
345 | inline QDateTime Event::start( ) const | 345 | inline QDateTime Event::start( ) const |
@@ -353,3 +353,3 @@ inline QDateTime Event::end( ) const | |||
353 | } | 353 | } |
354 | */ | 354 | |
355 | #ifdef PALMTOPCENTER | 355 | #ifdef PALMTOPCENTER |