https://bugs.kde.org/show_bug.cgi?id=377593
Bug ID: 377593 Summary: c++ Import does not recognized destructor Product: umbrello Version: 2.21.2 (KDE Applications 16.12.2) Platform: Other OS: All Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: umbrello-de...@kde.org Reporter: ralf.habac...@freenet.de Target Milestone: --- After importing a c++ class containing a destructor the imported destructor methode is not marked as "destructor". How to reproduce: 1. start umbrello 2. Import the following code fragment class Test { public: Test(); ~Test(); }; 3. Open property dialog of generated method "~ Test" What happens ? The stereotype "destructor" is missing What is expected ? The destructor method should have a stereotype "destructor" -- You are receiving this mail because: You are watching all bug changes.