https://bugs.kde.org/show_bug.cgi?id=358655
Bug ID: 358655 Summary: Umbrello does not import private class Product: umbrello Version: 2.14.2 (KDE Applications 4.14.2) Platform: Mint (Ubuntu based) OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: umbrello-de...@kde.org Reporter: ad...@arrl.net In a Qt 5.5.1 project, a private class is defined. It is referenced as a data type for a private variable pointer: myheader.hpp -------------------- private: class MyPrivateClass; MyPrivateClass *d_data; myimplementation.cpp -------------------------------- class MyImplementation::MyPrivateClass { . . . } only the *d_data variable from the header is imported and not the private class from the .cpp file. -- You are receiving this mail because: You are watching all bug changes.