korganizer CalendarView: port KCalCore connects to PMF or lambda syntax
ClosedPublic

Authored by dfaure on Jul 30 2019, 8:44 PM.

Details

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.

Diff Detail

Repository
R210 KOrganizer
Branch
Applications/19.08
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 14586
Build 14604: arc lint + arc unit
dfaure created this revision.Jul 30 2019, 8:44 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptJul 30 2019, 8:44 PM
dfaure requested review of this revision.Jul 30 2019, 8:44 PM
dfaure updated this revision to Diff 62814.Jul 30 2019, 8:48 PM

port the last connect too -- required a downcast

vkrause accepted this revision.Jul 31 2019, 4:48 AM
This revision is now accepted and ready to land.Jul 31 2019, 4:48 AM
dfaure closed this revision.Jul 31 2019, 9:11 AM