DRAFT document on coding conventions in kde libraries
André Wöbbeking
Woebbeking at onlinehome.de
Mon Mar 6 14:17:28 GMT 2006
On Sunday 05 March 2006 14:27, Olivier Goffart wrote:
> Hello,
>
> There is AFAIK not yet a document that tell conventions used in the
> KDE library. That's why I wrote one.
>
> I'd like to place it in developper.kde.org
>
> There is certainly still lot of typo, sorry for that.
>
> What have i forget ?
Don't access member variables after emitting signals as the receiver
could delete the object. If you really have to do it then document that
the object must not be deleted in connected slots.
More information about the kde-core-devel
mailing list