Skip to content
Commit 82287638 authored by David Faure's avatar David Faure
Browse files

Fix infinite loop in mEventViewer->setIncidence due to invalid date

CalendarView::showIncidenceByUid called mEventViewer->setIncidence(item);
i.e. it didn't pass the second argument, the QDate.
So d->mDate was an invalid date, and then incidence.cpp:654 would loop
forever using that invalid date.
parent 7715bb54
Pipeline #550721 skipped
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment