https://bugs.kde.org/show_bug.cgi?id=53369
--- Comment #51 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 18bad45690eaf0ca9863aad7089e46ba143a39c2 by Ralf Habacker. Committed on 19/11/2019 at 22:48. Pushed by habacker into branch 'release/19.12'. Move WidgetBase::addAssoc(), removeAssoc() and m_nlocalID to class WidgetBase To be able to use a widget that is linked to another diagram as a link end in the AssociationWidget class, some methods must be encapsulated. In order to use the class WidgetBase as base class of such a "proxy widget", some methods and class members located in the UMLWidget have to be moved to WidgetBase. M +2 -57 umbrello/umlwidgets/umlwidget.cpp M +2 -8 umbrello/umlwidgets/umlwidget.h M +73 -0 umbrello/umlwidgets/widgetbase.cpp M +13 -0 umbrello/umlwidgets/widgetbase.h https://invent.kde.org/kde/umbrello/commit/18bad45690eaf0ca9863aad7089e46ba143a39c2 -- You are receiving this mail because: You are watching all bug changes.