Version: 1.1 (using KDE 4.6.2) OS: Linux I've created a set of classes through umbrello, where an abstract base class (ABC) was inherited by a set of derived classes, such as this: [ABC]<----[Derived] When I tried to generate the equivalent C++ code through umbrello, the C++ headers describe the ABC as inheriting from one of the derivied classes. Adding to this, the derived class derived from the ABC but it was derived twice, as such: class Derived : virtual public ABC, virtual public ABC It would be great if umbrello was able to generate code following the class relationships described in umbrello's class diagram. Reproducible: Didn't try OS: Linux (x86_64) release 2.6.38-10-generic Compiler: cc
Created attachment 101197 [details] test case
works as expected with tested version 2.9.5