diff options
Diffstat (limited to 'libkcal/calendarlocal.h')
-rw-r--r-- | libkcal/calendarlocal.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libkcal/calendarlocal.h b/libkcal/calendarlocal.h index 7326a2343..5a8e3cd76 100644 --- a/libkcal/calendarlocal.h +++ b/libkcal/calendarlocal.h @@ -78,6 +78,21 @@ class LIBKCAL_EXPORT CalendarLocal : public Calendar */ void close(); + /** + Clears out the current calendar, freeing all used memory etc. etc. + */ + void closeEvents(); + + /** + Clears out the current calendar, freeing all used memory etc. etc. + */ + void closeTodos(); + + /** + Clears out the current calendar, freeing all used memory etc. etc. + */ + void closeJournals(); + void save() {} /** |