Skip to content
Commit c80e7775 authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

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.

CCBUG: 123633
parent 5088b63f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment