Skip to content
  • Glen Ditchfield's avatar
    Update the Search dialog when items in the calendar change · 7b027e46
    Glen Ditchfield authored and Glen Ditchfield's avatar Glen Ditchfield committed
    When `CalendarView::slotModifyFinished` fires, the calendar has not been
    updated, so the `calendar()->events` call in `SearchDialog::updateView`
    returns stale events.  This patch connects `SearchDialog::updateView` to
    the `calendarChanged` signal, which is what is done for the Event List.
    7b027e46