KDE PIM/Meetings/Toulouse2016
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Attendees
- Laurent
- K´evin
- Franck
- Dan
- Andre
- John
- Sandro
- Christian
- Volker
Notes
libkleo dependencies
TODO Andre/Christian/Sandro
ICal TimeZones
Plan:
- drop KCalCore::IcalTimeZone* classes
- just provide a list of available additional time zones known to KCalCore
Existing users:
- incidence editor time zone combo box
C++11 auto usage
Two views on this: always-auto fans and people concerned about readability of code.
Therefore we start with the following compromise: Use auto primarily to avoid duplicated type information (ie. when the type is already written on the right hand side), or when the type is "generally known" and inconvenient to write (e.g. iterators).
This page was last edited on 27 July 2017, at 15:11. Content is available under Creative Commons License SA 4.0 unless otherwise noted.