On Monday 28 October 2002 15:03, Laurent Montel wrote: > Hi, > > There is a crash in kicker when we remove a applet from panel, and we used > menu from applet. > So to fix it I use deleteLater() function. > > Could you said me if this code is ok and if I can commit it. > It fixes crash.... > > Regards deleteLater() is most of the time a very good idea, especially in slots. Matthias