https://bugs.kde.org/show_bug.cgi?id=457964
--- Comment #1 from Giuseppe Della Bianca <gius...@gmail.com> --- (gdb) frame 1 QDateTime KalendarAlarmClient::occurrenceForAlarm(const KCalendarCore::Incidence::Ptr &incidence, const KCalendarCore::Alarm::Ptr &alarm, const QDateTime &from) const { if (!incidence->recurs()) { return {}; } // recurring alarms not handled here for simplicity if (alarm->repeatCount()) { return {}; } (gdb) print incidence $1 = (const KCalendarCore::Incidence::Ptr &) @0x7fffffffc940: {value = 0x0, d = 0x0} -- You are receiving this mail because: You are watching all bug changes.