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

korganizer CalendarView: port KCalCore connects to PMF or lambda syntax

Summary:
The lambda is needed because the slot signature is
void selectDates(const KCalCore::DateList &, const QDate &preferredMonth = QDate());
and the signal only emits one DateList argument.

Test Plan: It compiles.

Reviewers: vkrause

Reviewed By: vkrause

Subscribers: kde-pim

Tags: #kde_pim

Differential Revision: https://phabricator.kde.org/D22839
parent 040603ea
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