summaryrefslogtreecommitdiffabout
path: root/libkcal/calfilter.h
Unidiff
Diffstat (limited to 'libkcal/calfilter.h') (more/less context) (show whitespace changes)
-rw-r--r--libkcal/calfilter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libkcal/calfilter.h b/libkcal/calfilter.h
index 5ad0064..29db441 100644
--- a/libkcal/calfilter.h
+++ b/libkcal/calfilter.h
@@ -61,7 +61,8 @@ class CalFilter {
61 removed from the list. 61 removed from the list.
62 */ 62 */
63 void apply(QPtrList<Todo> *todolist); 63 void apply(QPtrList<Todo> *todolist);
64 64 bool CalFilter::filterCalendarItem(Incidence *in);
65 bool CalFilter::filterJournal(Journal *in);
65 /** 66 /**
66 Apply filter criteria on the specified event. Return true, if event passes 67 Apply filter criteria on the specified event. Return true, if event passes
67 criteria, otherwise return false. 68 criteria, otherwise return false.