blob: 1029d1b425089b86c23fb1e774668df0f7fbf051 (
plain)
1
2
3
4
5
6
7
8
|
See kdelibs/kabc/HACKING or http://korganizer.kde.org/develop/hacking.html for
general coding style conventions.
Additional conventions for libkcal and KOrganizer:
- Don't use dynamic_cast. In most cases the use of dynamic_cast is an indication
for design problems. In addition it isn't always available, e.g. when compiling
without run-time type information for KOrganizer/Embedded.
|