https://bugs.kde.org/show_bug.cgi?id=362895
--- Comment #4 from Lays Rodrigues <laysrodriguessi...@gmail.com> --- Ralf, After looking through and read the QPointer Documentation. I think that the change that I need to to is that: umlwidgetlist.h typedef QList<QPointer<UMLWidget>> UMLWidgetList; typedef QListIterator<QPointer<UMLWidget>> UMLWidgetListIt; But that implies in: Alter all objects and methods that handle with UMLWidget in UMLScene file and others files if need it. Is that the solution that you mean? I using with base the branch with the stable version. -- You are receiving this mail because: You are watching all bug changes.