[Bug 163607] Plasma crashes at logout or shutdown

Aaron J.Seigo aseigo at kde.org
Sat Jul 5 07:04:31 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=163607         
aseigo kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahanssen trolltech com



------- Additional Comments From aseigo kde org  2008-07-05 07:04 -------
this is a Qt problem. on deleting a layout it doesn't reset the layout pointer in the parent item. this really must be taken care of within QGraphicsWidget and/or QGraphicsLayout because there are situations, such as on destruction, that there is no rational opportunity to reset the layout but, due to being QObjects, may be automatically deleted. 

it's either fix it in Qt, or every QGraphicsWidget subclass will have tto do setLayout(0) in its dtor.

Andreas: am i reading your code right here?


More information about the Panel-devel mailing list