-rw-r--r-- | libkcal/recurrence.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkcal/recurrence.cpp b/libkcal/recurrence.cpp index e84f672..5181eaf 100644 --- a/libkcal/recurrence.cpp +++ b/libkcal/recurrence.cpp @@ -881,2 +881,3 @@ QDate Recurrence::getNextDate(const QDate &preDate, bool *last) const case rYearlyPos: + qDebug("Recurrence::getNextDate: MAY BE BROKEN "); return getNextDateNoTime(preDate, last); @@ -1168,2 +1169,3 @@ QDate Recurrence::getNextDateNoTime(const QDate &preDate, bool *last) const { + if (last) |