https://bugs.kde.org/show_bug.cgi?id=123633

--- Comment #18 from Oliver Kellogg <okell...@users.sourceforge.net> ---
Git commit c80e77755dfb457363000c4deacae0633b41073b by Oliver Kellogg.
Committed on 07/01/2021 at 18:28.
Pushed by okellogg into branch 'master'.

Followup to commit 3203b16a - Clean up ClassifierWidget construction:
- The constructor which had originally taken a UMLClassifier* argument
  had been changed to take UMLObject* in order to be usable also for
  UMLInstance.  Changing the argument type to UMLObject* introduced an
  error in runtime method selection due to overlap with the constructor
  taking UMLPackage* argument.  Solution:

umbrello/umlwidgets/classifierwidget.{h,cpp}
- At constructor taking UMLObject* argument revert argument type to
  UMLClassifier*.
- Add new constructor taking UMLInstance* argument.

M  +28   -7    umbrello/umlwidgets/classifierwidget.cpp
M  +2    -1    umbrello/umlwidgets/classifierwidget.h

https://invent.kde.org/sdk/umbrello/commit/c80e77755dfb457363000c4deacae0633b41073b

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to