Gideon crashes when opening a file in MDI mode

John Firebaugh jfirebaugh at kde.org
Wed May 22 19:10:04 UTC 2002


On Wednesday 22 May 2002 2:34, Bernd Gehrmann wrote:
> Correction of the patch: The same must happen in
> PartManager::replacePart(), otherwise Konqueror crashes with the kdFatal in
> removePart().
>
> Bernd.

-    delete (QWidget *)m_widget;
+    delete (QWidget*) m_widget;

This is a useless cast anyway, no?

For clarity, shouldn't we also get rid of the PartManager connecting to 
destroyed() altogether, and the comment in removePart ("Warning. The part 
could be already deleted")?

-John




More information about the KDevelop-devel mailing list