blob: fc431906efc2391c38fe209eafdfec2b94ffde8e (
plain)
1
2
3
4
5
6
7
8
|
See tdelibs/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.
|