move the sync-on-quit out of the destructor
[kdebase.git] / workspace / plasma / HACKING
blobfcea06b952a92a51a7ca7d8ba6c2bf94c4b8e174
1 Understanding the Code
2 ======================
3 Various design documents can be found in the design/ directory and API documentation
4 generated from the headers is hosted at http://api.kde.org.
6 Finding the Team
7 ================
8 You can find the Plasma team on:
10     * our development mailing list at plasma-devel@kde.org
11     * our irc channel in #plasma on irc.freenode.net
13 Coding Style
14 ============
15 New code should follow the kdelibs hacking style, as found here:
17     http://techbase.kde.org/Policies/Kdelibs_Coding_Style
19 Existing code that does not follow this style should be migrated over during
20 editting.