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.